We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c416 commit f0312b7Copy full SHA for f0312b7
.github/workflows/greet-everyone.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Hello world
30
uses: actions/hello-world-javascript-action@main
31
with:
32
- who-to-greet: "${{ github.event.inputs.name }}${{ inputs.name }}"
+ who-to-greet: "Hey ${{ github.event.inputs.name }}${{ inputs.name }}"
33
id: hello
34
# This step prints an output (time) from the previous step's action.
35
- name: Echo the greeting's time
0 commit comments