Skip to content

Commit 348ee93

Browse files
Keep inputs context uniform
1 parent 73aad78 commit 348ee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/actions/workflow-dispatch-inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
print-tag:
3333
runs-on: ubuntu-latest
34-
if: {% raw %} ${{ inputs.print_tags == 'true' }} {% endraw %}
34+
if: {% raw %} ${{ github.event.inputs.print_tags == 'true' }} {% endraw %}
3535
steps:
3636
- name: Print the input tag to STDOUT
3737
run: echo {% raw %} The tag is ${{ github.event.inputs.tag }} {% endraw %}

0 commit comments

Comments
 (0)