Skip to content

Commit b659f6a

Browse files
committed
debug: test bool
1 parent 0bd7d27 commit b659f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
publish:
5858
needs: prepare
5959
name: Publish to Cloudflare Pages
60-
if: ${{ needs.prepare.outputs.continue == 'true' }}
60+
if: ${{ needs.prepare.outputs.continue == true }}
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}

0 commit comments

Comments
 (0)