Fix Dispatch Repo Name (#178)

This commit is contained in:
Sterling Dreyer 2024-12-19 10:44:00 -08:00 committed by GitHub
parent 7c228a59d5
commit d46accee2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,5 +34,5 @@ jobs:
dirs=$(echo "${CHANGED_FILES}" | tr ' ' '\n' | grep "toolkits/" | cut -d'/' -f2 | sort -u)
echo "$dirs" | while read -r dir; do
echo "$dir"
gh workflow -R ArcadeAI/Team run "Publish Toolkit" -f toolkit=${dir}
gh workflow -R ArcadeAI/arcade-ai run "Publish Toolkit" -f toolkit=${dir}
done