nicer action names

This commit is contained in:
rusefillc 2020-12-30 10:43:50 -05:00
parent 586ebc49f9
commit e0eeb5cd7d
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

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