Skip to content

Commit 97fee1c

Browse files
committed
use correct branch when calling action
1 parent 78f9e4e commit 97fee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Merge main
22-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@auto-merge
22+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge
2323
# TODO: Use main instead of feature branch ^
2424
with:
2525
exempt-branches: # Add any if required

0 commit comments

Comments
 (0)