Skip to content

Commit

Permalink
Updates workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalinL committed Mar 12, 2024
1 parent dd3c416 commit f0312b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greet-everyone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Hello world
uses: actions/hello-world-javascript-action@main
with:
who-to-greet: "${{ github.event.inputs.name }}${{ inputs.name }}"
who-to-greet: "Hey ${{ github.event.inputs.name }}${{ inputs.name }}"
id: hello
# This step prints an output (time) from the previous step's action.
- name: Echo the greeting's time
Expand Down

0 comments on commit f0312b7

Please sign in to comment.