1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Daily bundled_gems update [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-25 22:36:40 +09:00
parent 977252421b
commit 758ac834a2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

20
.github/workflows/bundled_gems.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: "Update bundled_gems"
on:
schedule:
- cron: '10 8 * * *'
jobs:
Update-bundled_gems:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Update
run: |
ruby -rrubygems tool/update-bundled_gems.rb gems/bundled_gems |
tool/ifchange gems/bundled_gems -
git diff --no-ext-diff --ignore-submodules --exit-code