Update manual.yml

This commit is contained in:
Marcos Pereira
2023-04-14 23:02:17 +01:00
committed by GitHub
parent 5f2e555056
commit 6a1457d1e2
+1 -1
View File
@@ -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 }}"