Skip to content

Commit fb55eee

Browse files
authored
Change branch for PR (#3158)
1 parent bf32c84 commit fb55eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintenance-v0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3535
- uses: peter-evans/create-pull-request@v6
3636
with:
37-
branch: main
37+
branch: create-pull-request/maintenance-v0
3838
commit-message: |
3939
Update CloudFormation specs to ${{ steps.maintenance.outputs.specversion }}
4040
body: |

.github/workflows/maintenance-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3434
- uses: peter-evans/create-pull-request@v6
3535
with:
36-
branch: v1
36+
branch: create-pull-request/maintenance-v1
3737
commit-message: |
3838
Update CloudFormation schemas to ${{ steps.maintenance.outputs.date }}
3939
body: |

0 commit comments

Comments
 (0)