We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8080aa commit 369e2bdCopy full SHA for 369e2bd
.github/workflows/merge-main.yml
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Create Release
129
uses: softprops/action-gh-release@v2
130
- if: ${{ needs.vars.outputs.tag != '' }}
+ if: needs.vars.outputs.tag != ''
131
continue-on-error: true
132
env:
133
GITHUB_TOKEN: ${{ github.token }}
.github/workflows/pr-validate.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Comment PR
95
96
uses: thollander/actions-comment-pull-request@v3
97
- if: ${{ steps.changelog.outputs.skipped == 'false' }}
+ if: steps.changelog.outputs.skipped == 'false'
98
with:
99
message: |
100
# Current changelog
0 commit comments