Fix a typo [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-10-28 23:49:47 +09:00
parent db7a4be846
commit f082ccf4f8
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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}"