Skip to content

Commit 3448aaf

Browse files
Update basic-workflow.yml
1 parent 844bf96 commit 3448aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basic-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
echo "Hello ${{ github.event.inputs.name }}"
4949
echo "Your favourite city is ${{ github.event.inputs.city }}"
50-
echo "Is your favourite colour blue: ${{ github.event.inputs.name }}"
50+
echo "Is your favourite colour blue: ${{ github.event.inputs.fav-colour-blue }}"

0 commit comments

Comments
 (0)