We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c561f commit 14da8cdCopy full SHA for 14da8cd
1 file changed
.github/workflows/docs-deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
59
docs:
60
needs: check
61
- if: needs.check.outputs.deploy == 'true'
+ if: needs.check.outputs.deploy == true
62
uses: codeshelldev/gh-actions/.github/workflows/docs-deploy.yml@main
63
name: Deploy
64
with:
0 commit comments