mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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
|
else
|
||||||
echo "No Changed Files."
|
echo "No Changed Files."
|
||||||
fi
|
fi
|
||||||
|
- uses: ruby/setup-ruby@v1
|
||||||
|
with:
|
||||||
|
ruby-version: '4.0.0'
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
env:
|
env:
|
||||||
CHANGED_GITHUB_CONFIG_FILES: ${{ steps.changed-files.outputs.github_all_changed_files }}
|
CHANGED_GITHUB_CONFIG_FILES: ${{ steps.changed-files.outputs.github_all_changed_files }}
|
||||||
|
|||||||
Reference in New Issue
Block a user