We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a5502 + 613d131 commit 8ef1652Copy full SHA for 8ef1652
1 file changed
.github/workflows/version.yaml
@@ -74,7 +74,9 @@ jobs:
74
fi
75
76
- name: send PR
77
- if: 'steps.updates.outputs.changes' && '!steps.checkpr.outputs.exists'
+ if: |
78
+ 'steps.updates.outputs.changes' &&
79
+ '!steps.checkpr.outputs.exists'
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
run: |
0 commit comments