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: |