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 db35b6c commit 2fbf4daCopy full SHA for 2fbf4da
.github/workflows/update-release-branch.yml
@@ -40,6 +40,8 @@ jobs:
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
45
- name: Configure Git
46
shell: bash
47
run: |
0 commit comments