We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc69df commit 1b0e12bCopy full SHA for 1b0e12b
1 file changed
.github/workflows/main.yml
@@ -13,5 +13,5 @@ jobs:
13
14
- name: ./script.sh
15
run: |
16
- chmod +X script.sh
17
- bash ./script.sh
+ chmod 777 script.sh
+ ./script.sh
0 commit comments