From a6a67b0524ec3f8da96143cdf5094b5eaf7d820d Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Wed, 25 Oct 2023 13:09:49 +0900 Subject: Do not append latest_date to gems/bundled_gems [ci skip] --- .github/workflows/bundled_gems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/bundled_gems.yml') diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml index 1827420154..077031843f 100644 --- a/.github/workflows/bundled_gems.yml +++ b/.github/workflows/bundled_gems.yml @@ -53,7 +53,7 @@ jobs: - name: Update bundled gems list id: bundled_gems run: | - ruby -i~ tool/update-bundled_gems.rb gems/bundled_gems > $GITHUB_OUTPUT + ruby -i~ tool/update-bundled_gems.rb gems/bundled_gems - name: Maintain updated gems list in NEWS run: | -- cgit v1.2.3