Skip to content

Commit f5bee03

Browse files
kd91076kd91076
authored andcommitted
change few things
1 parent 88bcf86 commit f5bee03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

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

0 commit comments

Comments
 (0)