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 8903c44 commit d99a11fCopy full SHA for d99a11f
action.yml
@@ -13,8 +13,9 @@ runs:
13
using: "composite"
14
steps:
15
#- 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')"
+ #- run: ${GITHUB_ACTION_PATH//\\//}/good_morning.sh
+ - run: echo "hello"
18
+ 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