Skip to content

Commit c2fc03e

Browse files
Update greet-a-person.yml
1 parent 985e2df commit c2fc03e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/greet-a-person.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# This workflow contains a single job called "greet"
2323
greet-persion:
2424
name: Greet a persion
25-
runs-on:
26-
- ubuntu-latest
27-
setps:
28-
- name: Send greeting
29-
run: echo "Hello ${{ github.event.inputs.name }}"
25+
runs-on:
26+
- ubuntu-latest
27+
setps:
28+
- name: Send greeting
29+
run: echo "Hello ${{ github.event.inputs.name }}"

0 commit comments

Comments
 (0)