summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-01 12:50:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-01 12:50:23 +0900
commitb93a5f96c8f94ff3c96dcb7d13a9afc241987cda (patch)
tree52fffd832d66b3f36c219864f48bdc4b995eca67 /.github
parent266c90eaf944aa6d51791177966c10fd44c39e4e (diff)
bundled_gems: Pull before new commit [ci skip]
Diffstat (limited to '.github')
-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 265c7dc020..aacc08f395 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -56,8 +56,8 @@ jobs:
- name: Commit
run: |
- git commit --message="Update ${{ github.workflow }} at $(date +%F)" gems/${{ github.workflow }}
git pull --ff-only origin ${GITHUB_REF#refs/heads/}
+ git commit --message="Update ${{ github.workflow }} at $(date +%F)" gems/$file
git push origin ${GITHUB_REF#refs/heads/}
env:
EMAIL: svn-admin@ruby-lang.org