Skip to content

Commit

Permalink
exercise 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycottone committed May 17, 2024
1 parent 816efc4 commit 6feb6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/greeting/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Hello World Action
description: A custom action that prints a hello message

inputs:
message:
names:
description: The message to print
required: true

runs:
using: "composite"
steps:
- name: Set Greeting
run: echo "Hello $INPUT_WHO_TO_GREET."
run: echo "Hello ${{ input.names }}."
shell: bash

0 comments on commit 6feb6bf

Please sign in to comment.