mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Add ruby/setup-ruby@v1 to Generate-PR workflow. (#14047)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
52a45cfd3a
commit
36d215f068
3
.github/workflows/Generate-PR.yml
vendored
3
.github/workflows/Generate-PR.yml
vendored
@@ -453,6 +453,9 @@ jobs:
|
||||
else
|
||||
echo "No Changed Files."
|
||||
fi
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '4.0.0'
|
||||
- name: Create Pull Request
|
||||
env:
|
||||
CHANGED_GITHUB_CONFIG_FILES: ${{ steps.changed-files.outputs.github_all_changed_files }}
|
||||
|
||||
Reference in New Issue
Block a user