invoking gha-commit.sh from more relevant folder

This commit is contained in:
rusefi 2023-07-15 15:41:09 -04:00
parent 058ff5c1c0
commit 972b37d1d3
1 changed files with 2 additions and 1 deletions

View File

@ -27,10 +27,11 @@ jobs:
bash ../../ext/hellen-one/kicad/bin/export.sh bash ../../ext/hellen-one/kicad/bin/export.sh
- name: Commit fresh board files - name: Commit fresh board files
working-directory: breakout-boards/Breakout_154pin_284617-1-Connector
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: | run: |
bash ext/hellen-one/bin/gha-commit.sh bash ../../ext/hellen-one/bin/gha-commit.sh
- name: Push board files - name: Push board files
# let's support both newer 'main' and older 'master' repositories # let's support both newer 'main' and older 'master' repositories