Adjust GitHub Action crew invocation in workflow. (#12859)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-09-19 14:42:56 -04:00
committed by GitHub
parent 0eada3544a
commit 9c2cf2cdfe

View File

@@ -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})"