Skip to content

Commit

Permalink
Use a unique branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Aug 16, 2023
1 parent 8b8f837 commit a8800d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base_image_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
token: ${{ steps.generate-app-token.outputs.token }}
commit-message: ${{ fromJson(steps.base-image-update.outputs.pr).title }}
branch: update/kubernetes-patch
branch: update/ubuntu-${{ matrix.distro }}
delete-branch: true
title: ${{ fromJson(steps.base-image-update.outputs.pr).title }}
body: ${{ fromJson(steps.base-image-update.outputs.pr).body }}
Expand Down

0 comments on commit a8800d4

Please sign in to comment.