We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32c84 commit fb55eeeCopy full SHA for fb55eee
.github/workflows/maintenance-v0.yaml
@@ -34,7 +34,7 @@ jobs:
34
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
35
- uses: peter-evans/create-pull-request@v6
36
with:
37
- branch: main
+ branch: create-pull-request/maintenance-v0
38
commit-message: |
39
Update CloudFormation specs to ${{ steps.maintenance.outputs.specversion }}
40
body: |
.github/workflows/maintenance-v1.yaml
@@ -33,7 +33,7 @@ jobs:
33
- branch: v1
+ branch: create-pull-request/maintenance-v1
Update CloudFormation schemas to ${{ steps.maintenance.outputs.date }}
0 commit comments