Skip to content

Commit d99a11f

Browse files
kd91076kd91076
authored andcommitted
change the path of action
1 parent 8903c44 commit d99a11f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ runs:
1313
using: "composite"
1414
steps:
1515
#- run: echo Hello Man ${{ inputs.who-to-greet }}
16-
- run: ${GITHUB_ACTION_PATH//\\//}/good_morning.sh
17-
shell: C:\Windows\System32\bash.exe" -c "$(wslpath '%1')"
16+
#- run: ${GITHUB_ACTION_PATH//\\//}/good_morning.sh
17+
- run: echo "hello"
18+
shell: C:\Windows\System32\bash.exe" -c "$(wslpath '%1')"
1819
# - id: random-number-generator
1920
# run: echo "::set-output name=random-id::$(echo $RANDOM)"
2021
# shell: bash

0 commit comments

Comments
 (0)