Skip to content

Commit c538a2e

Browse files
committed
change steps order
1 parent 6981cc1 commit c538a2e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/actions/merge-main/action.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ inputs:
77
runs:
88
using: composite
99
steps:
10-
- name: Checkout repository
11-
uses: actions/checkout@v4
12-
with:
13-
fetch-depth: 0
14-
ssh-key: ${{ secrets.CI_USER_SSH_KEY }}
15-
ssh-user: 'aws-sdk-kotlin-ci'
16-
1710
- name: Set up Git
1811
shell: bash
1912
run: |
2013
git config user.name aws-sdk-kotlin-ci
2114
git config user.email "[email protected]"
2215
16+
- name: Checkout repository
17+
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
20+
ssh-key: ${{ secrets.CI_USER_SSH_KEY }}
21+
2322
- name: Run Script
2423
shell: bash
2524
run: |

0 commit comments

Comments
 (0)