mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-11 00:18:06 -05:00
Fix git setup in Updater Workflow. — (#12324)
* Fix git issue with updater. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Break out git setup into separate step in Updater workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b7746de205
commit
171c19f0b2
6
.github/workflows/Updater.yml
vendored
6
.github/workflows/Updater.yml
vendored
@@ -35,6 +35,12 @@ jobs:
|
||||
make -j "$(nproc)"
|
||||
sudo make install
|
||||
sudo gem install ruby-libversion
|
||||
- name: Setup Git.
|
||||
id: git-setup
|
||||
run: |
|
||||
git config --global push.autoSetupRemote true
|
||||
git config user.name "${{ github.actor }}"
|
||||
git config user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
- name: Check for updates in pip packages.
|
||||
id: pip-update-checks
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user