nicer action names
This commit is contained in:
parent
586ebc49f9
commit
e0eeb5cd7d
|
@ -45,7 +45,7 @@ jobs:
|
||||||
run: ./ci_gcov.sh ${{ secrets.RUSEFI_DOXYGEN_FTP_USER }} ${{ secrets.RUSEFI_DOXYGEN_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
|
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)
|
# 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' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||||
env:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: bash gen_live_documentation.sh
|
run: bash gen_live_documentation.sh
|
||||||
|
|
||||||
# Commit changes and catch the error that occurs if nothing has been changed (without catching other errors)
|
# 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:
|
env:
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue