Update manual.yml
This commit is contained in:
@@ -27,4 +27,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Send greeting
|
- name: Send greeting
|
||||||
run: echo "Hello ${{ github.event.inputs.name }}"
|
run: echo "Hello ${{ inputs.name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user