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 77fe2d3 commit 092bd13
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ runs:
steps:
- run: echo the robot goes ${{ github.event.inputs.token }}
shell: bash
- name: My first step
uses: actions/hello_world@main
- uses: actions/hello-world-docker-action@main
with:
first_name: Mona
middle_name: The
last_name: ${{ github.event.inputs.animal }}
who-to-greet: ${{ github.event.inputs.animal }}

0 comments on commit 092bd13

Please sign in to comment.