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 2cf1c7f commit cecb3abCopy full SHA for cecb3ab
.github/workflows/merge-main.yml
@@ -7,11 +7,8 @@ on:
7
8
jobs:
9
merge:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Merge main
13
- uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-credentials
14
- with:
15
- exempt-branches: # Add any if required
16
- secrets:
17
- CI_USER_PAT: ${{ secrets.CI_USER_PAT }}
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-credentials
+ with:
+ exempt-branches: # Add any if required
+ secrets:
+ CI_USER_PAT: ${{ secrets.CI_USER_PAT }}
0 commit comments