We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bf867 commit 7ff5123Copy full SHA for 7ff5123
1 file changed
.github/workflows/update_specific_types.yaml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
needs:
35
- update
36
- if: needs.update.outputs.publish == "true"
+ if: needs.update.outputs.publish == true
37
steps:
38
- name: Push
39
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments