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 fb1e3b0 commit 805ed58Copy full SHA for 805ed58
.github/workflows/update_spdx_licenses.yml
@@ -105,8 +105,8 @@ jobs:
105
echo "branch up-to-date"
106
exit 0
107
fi
108
- git config user.name 'spdx-license-bumber[bot]'
109
- git config user.email 'spdx-license-bumber@bot.local'
+ git config user.name 'spdx-license-bumper[bot]'
+ git config user.email 'spdx-license-bumper@bot.local'
110
git add -A schema
111
git commit -s -m "feat: bump SPDX licenses $SB_VERSION"
112
git push origin "$SB_BRANCH"
0 commit comments