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 b3237d3 commit b64d77dCopy full SHA for b64d77d
.github/workflows/update_spdx_licenses.yml
@@ -111,7 +111,7 @@ jobs:
111
git commit -s -m "feat: bump SPDX licenses $SB_VERSION"
112
git push origin "$SB_BRANCH"
113
- name: Pull request
114
- # if: ${{ steps.branch.outputs.existed == 'false' }}
+ if: ${{ steps.branch.outputs.existed == 'false' }}
115
run: >
116
gh pr create
117
--title "feat: bump SPDX Licenses $SB_VERSION"
0 commit comments