Skip to content

Commit c835234

Browse files
committed
Fix inputs.merge check in deploy-pages
1 parent 985e705 commit c835234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
using: composite
3333
steps:
3434
# TODO: https://github.com/orgs/community/discussions/41927
35-
- if: inputs.merge == true
35+
- if: inputs.merge == 'true'
3636
uses: hexdoc-dev/actions/merge@v1
3737
with:
3838
release: ${{ inputs.release }}

0 commit comments

Comments
 (0)