We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bcf86 commit f5bee03Copy full SHA for f5bee03
action.yml
@@ -14,8 +14,8 @@ runs:
14
steps:
15
#- run: echo Hello Man ${{ inputs.who-to-greet }}
16
#- run: ${GITHUB_ACTION_PATH//\\//}/good_morning.sh
17
- - run: echo "hello"
18
- shell: C:\Windows\System32\bash.exe" -c "$(wslpath '%1')"
+ - run: echo Hello2
+ shell: "C:\Windows\System32\bash.exe" -c "$(wslpath '%1')"
19
# - id: random-number-generator
20
# run: echo "::set-output name=random-id::$(echo $RANDOM)"
21
# shell: bash
0 commit comments