Skip to content

Commit f0312b7

Browse files
committed
Updates workflow
1 parent dd3c416 commit f0312b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/greet-everyone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Hello world
3030
uses: actions/hello-world-javascript-action@main
3131
with:
32-
who-to-greet: "${{ github.event.inputs.name }}${{ inputs.name }}"
32+
who-to-greet: "Hey ${{ github.event.inputs.name }}${{ inputs.name }}"
3333
id: hello
3434
# This step prints an output (time) from the previous step's action.
3535
- name: Echo the greeting's time

0 commit comments

Comments
 (0)