We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f4a80 commit 71afedbCopy full SHA for 71afedb
.github/workflows/main.yml
@@ -37,4 +37,4 @@ jobs:
37
if: ${{ inputs.print_tags }}
38
steps:
39
- name: Print the input tag to STDOUT
40
- run: echo "The tags are ${{ inputs.tags }}; env=${{ inputs.environment }}; logLevel=${{ inputs.logLevel }}"
+ run: echo "The tags are ${{ inputs.tags }}; env=${{ inputs.environment }}; logLevel=${{ inputs.logLevel }}; optional_boolean=${{ inputs.optional_boolean }}"
0 commit comments