We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bc5e6 commit d060118Copy full SHA for d060118
1 file changed
.github/workflows/generate-results.yml
@@ -18,7 +18,7 @@ jobs:
18
- if: github.event.commits[0].message != env.CI_COMMIT_MESSAGE
19
run: |
20
bash generate-results.sh
21
- cd hardware && generate-results.sh && cd -
+ cd hardware && bash generate-results.sh && cd -
22
23
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
24
git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}@users.noreply.github.com"
0 commit comments