mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
Adjust GitHub Action crew invocation in workflow. (#12859)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0eada3544a
commit
9c2cf2cdfe
@@ -37,8 +37,8 @@ jobs:
|
||||
id: pip-update-checks
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -aFl
|
||||
# Make crew do automatic gem installs before looking for deps.
|
||||
ruby bin/crew version
|
||||
export PACKAGES="$(ruby bin/crew deps core buildessential | sort -u)"
|
||||
# shellcheck disable=SC2116
|
||||
gh workflow -R chromebrew/chromebrew run Updater-on-Demand.yml -f version_cmd_input="$(echo ${PACKAGES})"
|
||||
|
||||
Reference in New Issue
Block a user