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 b831b17 commit 57aa353Copy full SHA for 57aa353
.github/workflows/blank.yml
@@ -27,7 +27,9 @@ jobs:
27
28
# Runs a single command using the runners shell
29
- name: Run a one-line script
30
- run: /github-actions-script.sh
+ run: |
31
+ chmod +x ./github-actions-script.sh
32
+ ./github-actions-script.sh
33
34
# Runs a set of commands using the runners shell
35
- name: Run a multi-line script
0 commit comments