aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-27 16:57:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-27 16:57:21 +0900
commit934beac1182814ec785baab2a84e886f5f2859b2 (patch)
tree8ccc5ba906103f458275a50debead7160115b4de /.github
parentbba94659345acda0a0269321083181166300e899 (diff)
downloadruby-934beac1182814ec785baab2a84e886f5f2859b2.tar.gz
Select the destination for the latest date by whether inplace mode
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 2fb3931423..d852fa4b32 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -58,7 +58,7 @@ jobs:
- name: Update bundled gems list
id: bundled_gems
run: |
- ruby -i~ tool/update-bundled_gems.rb gems/bundled_gems
+ ruby -i~ tool/update-bundled_gems.rb gems/bundled_gems >> $GITHUB_OUTPUT
- name: Maintain updated gems list in NEWS
run: |