Skip to content

Commit

Permalink
Set repo list to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 25, 2024
1 parent 6390b66 commit 4b5863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_caller_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: "Filter by topics assigned to repositories"
type: string
required: true
default: "testing"
default: "addon"
target_branch:
description: "Branch the workflow should be pushed to"
type: string
Expand Down 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=["ayon-addon-action-testing", "ayon-maya"]' >> $GITHUB_OUTPUT
echo "matrix=$repo_list" >> $GITHUB_OUTPUT
- name: Debug repo list
run: |
Expand Down

0 comments on commit 4b5863f

Please sign in to comment.