Skip to content

Commit 57aa353

Browse files
authored
Update blank.yml
1 parent b831b17 commit 57aa353

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script
30-
run: /github-actions-script.sh
30+
run: |
31+
chmod +x ./github-actions-script.sh
32+
./github-actions-script.sh
3133
3234
# Runs a set of commands using the runners shell
3335
- name: Run a multi-line script

0 commit comments

Comments
 (0)