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 2753367 commit f07b068Copy full SHA for f07b068
.github/workflows/ci.yml
@@ -225,7 +225,7 @@ jobs:
225
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
226
git add gamemode documentation
227
if ! git diff --cached --quiet; then
228
- git commit -m "chore: Successfully updated workshop Lilia to ${VERSION}"
+ git commit -m "Successfully updated workshop Lilia to ${VERSION}"
229
git push origin HEAD:main
230
fi
231
0 commit comments