Skip to content

Commit 71afedb

Browse files
authored
Update main.yml
1 parent 21f4a80 commit 71afedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
if: ${{ inputs.print_tags }}
3838
steps:
3939
- name: Print the input tag to STDOUT
40-
run: echo "The tags are ${{ inputs.tags }}; env=${{ inputs.environment }}; logLevel=${{ inputs.logLevel }}"
40+
run: echo "The tags are ${{ inputs.tags }}; env=${{ inputs.environment }}; logLevel=${{ inputs.logLevel }}; optional_boolean=${{ inputs.optional_boolean }}"

0 commit comments

Comments
 (0)