Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wechuli authored May 12, 2021
1 parent ca6b50f commit d8ebef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myaction/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outputs:
runs:
using: "composite"
steps:
- run: echo Hello there ${{ inputs.who-to-greet }}.
- run: echo Hello there ${{ inputs.who-to-greet }}. This is in .github
shell: bash
- id: random-number-generator
run: echo "::set-output name=random-id::$(echo $RANDOM)"
Expand Down

0 comments on commit d8ebef4

Please sign in to comment.