Skip to content

Commit

Permalink
Set testing repos for workflow push
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 25, 2024
1 parent 14989df commit 6390b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_caller_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
repo_list=$(gh repo list ynput -L 100 --json name,repositoryTopics | jq -c '[.[] | select(.repositoryTopics != null) | select(any(.repositoryTopics[]; .name == "${{ inputs.repo_topic }}")) | .name]')
echo "$repo_list"
echo "matrix=$repo_list" >> $GITHUB_OUTPUT
echo 'matrix=["ayon-addon-action-testing", "ayon-maya"]' >> $GITHUB_OUTPUT
- name: Debug repo list
run: |
Expand Down

0 comments on commit 6390b66

Please sign in to comment.