Skip to content

Commit 22c4fc7

Browse files
committed
fix: use correct name for merge step
1 parent d4df754 commit 22c4fc7

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
@@ -8,7 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Configure Gradle
11+
- name: Merge main
1212
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
1313
with:
1414
exempt-branches: # Add any if required

0 commit comments

Comments
 (0)