Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
permission change
  • Loading branch information
npk1994 committed Jul 30, 2024
1 parent 0fcfb70 commit 57929b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run a one-line script
run: echo Hello, world!
- name: Run a one-line script
run: chmod +x getMachineName.sh & ./getMachineName.sh
run: chmod 777 ./getMachineName.sh & ./getMachineName.sh


# Runs a set of commands using the runners shell
Expand Down

0 comments on commit 57929b5

Please sign in to comment.