Skip to content

Commit 93a372e

Browse files
committed
ci
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 797db28 commit 93a372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git config user.name 'spdx-license-bumber[bot]'
109109
git config user.email '[email protected]'
110110
git add -A schema
111-
git commit -s m "feat: bump SPDX licenses $SB_VERSION"
111+
git commit -s -m "feat: bump SPDX licenses $SB_VERSION"
112112
git push origin "$SB_BRANCH"
113113
- name: Pull request
114114
if: ${{ steps.branch.outputs.existed == 'false' }}

0 commit comments

Comments
 (0)