Fix a typo [ci skip]
This commit is contained in:
parent
db7a4be846
commit
f082ccf4f8
2
.github/workflows/bundled_gems.yml
vendored
2
.github/workflows/bundled_gems.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
run: |
|
||||
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
|
||||
message="Update bundled gems list"
|
||||
if [ -z "${gem}" ]; then
|
||||
if [ -z "${gems}" ]; then
|
||||
git commit --message="${message} at ${GITHUB_SHA:0:30} [ci skip]"
|
||||
else
|
||||
git commit --message="${message} as of ${TODAY}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user