1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Keep inputs context uniform

This commit is contained in:
Thomas Evans
2022-03-08 08:35:59 -05:00
committed by GitHub
parent 73aad78f9e
commit 348ee93f98

View File

@@ -31,7 +31,7 @@ on:
jobs:
print-tag:
runs-on: ubuntu-latest
if: {% raw %} ${{ inputs.print_tags == 'true' }} {% endraw %}
if: {% raw %} ${{ github.event.inputs.print_tags == 'true' }} {% endraw %}
steps:
- name: Print the input tag to STDOUT
run: echo {% raw %} The tag is ${{ github.event.inputs.tag }} {% endraw %}