From f0312b7aa9f37f913bde40e784a6bf05190b4a8f Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Tue, 12 Mar 2024 09:11:16 -0400 Subject: [PATCH] Updates workflow --- .github/workflows/greet-everyone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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