Skip to content

Commit a2a75e7

Browse files
committed
reorganizing startup steps
1 parent 2fbf4da commit a2a75e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
- name: Set start timestamp
3131
id: start
3232
run: printf 'timestamp=%(%s)T\n' >> "$GITHUB_OUTPUT"
33-
- uses: actions/checkout@v4
34-
with:
35-
ref: 'main'
36-
fetch-depth: 0
37-
token: ${{ secrets.CI_USER_PAT }}
3833
- name: Configure AWS Credentials
3934
uses: aws-actions/configure-aws-credentials@v4
4035
with:
4136
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
4237
aws-region: us-west-2
4338
- name: Setup kat
4439
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
40+
- uses: actions/checkout@v4
41+
with:
42+
ref: 'main'
43+
fetch-depth: 0
44+
token: ${{ secrets.CI_USER_PAT }}
4545
- name: Configure Git
4646
shell: bash
4747
run: |

0 commit comments

Comments
 (0)