Skip to content

Commit 142954d

Browse files
authored
Update main.yml
1 parent a1f3089 commit 142954d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v2
1313

14-
- name: test shell
14+
- name: chmod
1515
run: |
16-
sudo bash ./script.sh
16+
chmod +X script.sh
17+
18+
- name: ./script.sh
19+
run: |
20+
sudo bash ./script.sh

0 commit comments

Comments
 (0)