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