Skip to content

Commit 9dc69df

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

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v2
13-
14-
- name: chmod
15-
run: |
16-
chmod +X script.sh
1713

1814
- name: ./script.sh
1915
run: |
20-
sudo bash ./script.sh
16+
chmod +X script.sh
17+
bash ./script.sh

0 commit comments

Comments
 (0)