Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty authored Dec 1, 2023
1 parent 167ef89 commit a563afc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ inputs:
runs:
using: "composite"
steps:
- run: echo the robot goes ${{ github.event.inputs.token }}
- run: |
echo "the robot goes ${{ github.event.inputs.token }}"
echo "androids go ${{ inputs.token }}"
echo "roast me a ${{ inputs.token }}, I'll be back by morning"
shell: bash
- uses: actions/hello-world-docker-action@main
with:
Expand Down

0 comments on commit a563afc

Please sign in to comment.