Skip to content

Commit 1b0e12b

Browse files
authored
shell main.yml
1 parent 9dc69df commit 1b0e12b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313

1414
- name: ./script.sh
1515
run: |
16-
chmod +X script.sh
17-
bash ./script.sh
16+
chmod 777 script.sh
17+
./script.sh

0 commit comments

Comments
 (0)