Skip to content

Commit

Permalink
Use different branch per matrix entry
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 27, 2023
1 parent 9398a60 commit d1b79d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: p
branch: update-stable
branch: update-stable-${{ matrix.name }}-${{ matrix.type }}
delete-branch: true
add-paths: README.md # This is here just to force it to not commit anything
title: "${{ matrix.name }}: Auto-update tekton ${{ matrix.type }} resources"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-experimental-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: p
branch: update-experimental
branch: update-experimental-${{ matrix.name }}-${{ matrix.type }}
delete-branch: true
add-paths: README.md # This is here just to force it to not commit anything
title: "experimental/${{ matrix.name }}: Auto-update tekton ${{ matrix.type }} resources"
Expand Down

0 comments on commit d1b79d4

Please sign in to comment.