Skip to content

Commit d060118

Browse files
committed
Typo
1 parent 55bc5e6 commit d060118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- if: github.event.commits[0].message != env.CI_COMMIT_MESSAGE
1919
run: |
2020
bash generate-results.sh
21-
cd hardware && generate-results.sh && cd -
21+
cd hardware && bash generate-results.sh && cd -
2222
2323
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
2424
git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}@users.noreply.github.com"

0 commit comments

Comments
 (0)