diff --git a/.github/workflows/test_python_environment_linux.yml b/.github/workflows/test_python_environment_linux.yml index 00526cd..0d2f686 100644 --- a/.github/workflows/test_python_environment_linux.yml +++ b/.github/workflows/test_python_environment_linux.yml @@ -55,8 +55,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add gds_py/gds_py_explicit_${{ matrix.os }}.txt - git commit -m "Update explicit {{ matrix.os }} file" --allow-empty + git add gds_py/gds_py_explicit_ubuntu-latest.txt + git commit -m "Update explicit Linux file" --allow-empty - name: Push changes uses: ad-m/github-push-action@master diff --git a/.github/workflows/test_python_environment_macos.yml b/.github/workflows/test_python_environment_macos.yml index cb9832f..c5fefcd 100644 --- a/.github/workflows/test_python_environment_macos.yml +++ b/.github/workflows/test_python_environment_macos.yml @@ -55,8 +55,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add gds_py/gds_py_explicit_${{ matrix.os }}.txt - git commit -m "Update explicit {{ matrix.os }} file" --allow-empty + git add gds_py/gds_py_explicit_macos-latest.txt + git commit -m "Update explicit MacOS file" --allow-empty - name: Push changes uses: ad-m/github-push-action@master