We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04de940 commit 1477b5fCopy full SHA for 1477b5f
.github/workflows/build-firmware.yml
@@ -13,4 +13,4 @@ jobs:
13
- name: ls
14
run: ls -al
15
- name: build
16
- run: bash b.sh
+ run: ${PWD}/b.sh
0 commit comments