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:
parent
977252421b
commit
758ac834a2
1 changed files with 20 additions and 0 deletions
20
.github/workflows/bundled_gems.yml
vendored
Normal file
20
.github/workflows/bundled_gems.yml
vendored
Normal 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
|
Loading…
Reference in a new issue