Skip to content

Commit c23a750

Browse files
committed
ci
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent df0cff6 commit c23a750

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,10 @@ jobs:
100100
- name: commit and push
101101
run: |
102102
set -eux
103-
104-
git config user.name 'spdx-license-bumber[bot]'
105-
git config user.email '[email protected]'
106103
if git diff --quiet -- 'schema/spdx.*'
107104
then
105+
git config user.name 'spdx-license-bumber[bot]'
106+
git config user.email '[email protected]'
108107
git add -A schema
109108
git commit -s m "feat: bump SPDX licenses $SB_VERSION"
110109
git push origin "$SB_BRANCH"

0 commit comments

Comments
 (0)