From bf12fba621f9ddf69b59b2401eb612b5a902fca6 Mon Sep 17 00:00:00 2001 From: Dani Arribas-Bel Date: Sun, 15 May 2022 13:40:34 +0100 Subject: [PATCH] Fix typos for linux/mac explicit workflows --- .github/workflows/test_python_environment_linux.yml | 4 ++-- .github/workflows/test_python_environment_macos.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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