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 797db28 commit 93a372eCopy full SHA for 93a372e
.github/workflows/update_spdx_licenses.yml
@@ -108,7 +108,7 @@ jobs:
108
git config user.name 'spdx-license-bumber[bot]'
109
git config user.email '[email protected]'
110
git add -A schema
111
- git commit -s m "feat: bump SPDX licenses $SB_VERSION"
+ 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' }}
0 commit comments