summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-28 23:49:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-28 23:49:47 +0900
commitf082ccf4f8a0750c4616d234b0fadf7e599fe37b (patch)
treed6bf200eabfc570ae5fdadb80acf497a6b18f5df
parentdb7a4be846453bc0143f61532d4061a9cad95639 (diff)
Fix a typo [ci skip]
-rw-r--r--.github/workflows/bundled_gems.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index d852fa4b32..943140e9ef 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -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}"