From e0eeb5cd7d7960c7bff558512af42e066d84d351 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 30 Dec 2020 10:43:50 -0500 Subject: [PATCH] nicer action names --- .github/workflows/build-unit-tests.yaml | 2 +- .github/workflows/gen-configs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index ed9129d346..2070fa10fd 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -45,7 +45,7 @@ jobs: run: ./ci_gcov.sh ${{ secrets.RUSEFI_DOXYGEN_FTP_USER }} ${{ secrets.RUSEFI_DOXYGEN_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }} # Commit changes and catch the error that occurs if nothing has been changed (without catching other errors) - - name: Commit changes + - name: Commit fresh triggers.txt if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index c5a293770a..7f35a71104 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -35,7 +35,7 @@ jobs: run: bash gen_live_documentation.sh # Commit changes and catch the error that occurs if nothing has been changed (without catching other errors) - - name: Commit changes + - name: Commit fresh generated headers and TS project env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' run: |