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 2fbf4da commit a2a75e7Copy full SHA for a2a75e7
.github/workflows/update-release-branch.yml
@@ -30,18 +30,18 @@ jobs:
30
- name: Set start timestamp
31
id: start
32
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 }}
38
- name: Configure AWS Credentials
39
uses: aws-actions/configure-aws-credentials@v4
40
with:
41
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
42
aws-region: us-west-2
43
- name: Setup kat
44
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
+ - uses: actions/checkout@v4
+ with:
+ ref: 'main'
+ fetch-depth: 0
+ token: ${{ secrets.CI_USER_PAT }}
45
- name: Configure Git
46
shell: bash
47
run: |
0 commit comments