diff --git a/.github/workflows/greet-everyone.yml b/.github/workflows/greet-everyone.yml index 3e663594..2348d611 100644 --- a/.github/workflows/greet-everyone.yml +++ b/.github/workflows/greet-everyone.yml @@ -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