Skip to content

Commit

Permalink
exercise 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrenf95 committed May 17, 2024
1 parent da0cd3c commit c14924b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions exercise_5_extra/actions/greeting/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ runs:
using: "composite"
steps:
- name: Set Greeting
run: echo "${{ inputs.message }}"
shell: bash
run: echo "$INPUT_WHO_TO_GREET"
shell: bash
env:
INPUT_WHO_TO_GREET: ${{ inputs.message }}

0 comments on commit c14924b

Please sign in to comment.