Update check unauthorized toolkit updates workflow (#449)
Forgot to add the change for the target versions too
This commit is contained in:
parent
99aa53d025
commit
bbe8cb3478
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch origin main
|
git fetch origin main
|
||||||
git checkout origin/main
|
git checkout origin/main
|
||||||
paste <(cat toolkits/*/pyproject.toml | grep "^name = " | cut -d'"' -f2) <(cat toolkits/*/pyproject.toml | grep "^version = " | cut -d'"' -f2) | awk '{print $1"="$2}' > target_versions.txt
|
paste <(cat toolkits/*/pyproject.toml | grep "^name = " | grep "arcade_" | cut -d'"' -f2) <(cat toolkits/*/pyproject.toml | grep "^version = " | cut -d'"' -f2) | awk '{print $1"="$2}' > target_versions.txt
|
||||||
echo "Package versions in target branch:"
|
echo "Package versions in target branch:"
|
||||||
cat target_versions.txt
|
cat target_versions.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue