Skip to content

Commit

Permalink
Change branch for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Apr 22, 2024
1 parent bf32c84 commit 317d7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- uses: peter-evans/create-pull-request@v6
with:
branch: main
branch: create-pull-request/maintenance-v0
commit-message: |
Update CloudFormation specs to ${{ steps.maintenance.outputs.specversion }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- uses: peter-evans/create-pull-request@v6
with:
branch: v1
branch: create-pull-request/maintenance-v1
commit-message: |
Update CloudFormation schemas to ${{ steps.maintenance.outputs.date }}
body: |
Expand Down

0 comments on commit 317d7d4

Please sign in to comment.