Skip to content

Commit

Permalink
Fix Dispatch Repo Name (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreyer authored Dec 19, 2024
1 parent 7c228a5 commit d46acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-toolkits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d46acce

Please sign in to comment.