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 4ed0e2b commit 1d10e88Copy full SHA for 1d10e88
.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
--fill-verbose
0 commit comments