Skip to content

Commit f736c0d

Browse files
kd91076kd91076
authored andcommitted
will this fix bash
1 parent bd92d2f commit f736c0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ runs:
1414
steps:
1515
- run: |
1616
echo Hello ${{ inputs.who-to-greet }}
17-
chmod +x /scripts/*.sh
1817
ls -lha
19-
./scripts/good_morning.sh
18+
cd scripts
19+
chmod +x *.sh
20+
ls -lha
21+
2022
shell: bash
2123
# - id: random-number-generator
2224
# run: echo "::set-output name=random-id::$(echo $RANDOM)"
2325
# shell: bash
2426

2527
## echo {{ github.workspace }}
2628
# echo "${{ github.action_path }}" >> $GITHUB_PATH
29+
# ./scripts/good_morning.sh

0 commit comments

Comments
 (0)