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 cf6b4e7 commit da10b95Copy full SHA for da10b95
.github/workflows/bundled_gems.yml
@@ -112,7 +112,7 @@ jobs:
112
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
113
message="Update bundled gems list"
114
if [ -z "${gems}" ]; then
115
- git commit --message="${message} at ${GITHUB_SHA:0:30} [ci skip]"
+ git commit --message="[DOC] ${message} at ${GITHUB_SHA:0:30}"
116
else
117
git commit --message="${message} as of ${TODAY}"
118
fi
0 commit comments