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 8efb8e8 commit bccbbacCopy full SHA for bccbbac
.github/workflows/continuous-integration.yml
@@ -94,8 +94,10 @@ jobs:
94
ls -a ./smithy-kotlin
95
echo "ls -a ./smithy-kotlin/.github"
96
ls -a ./smithy-kotlin/.github
97
+ echo "ls -a ./smithy-kotlin/.github/actions"
98
+ ls -a ./smithy-kotlin/.github/actions
99
- name: Setup build
- uses: ./../.github/actions/setup-build
100
+ uses: ./smithy-kotlin/.github/actions/setup-build
101
- name: Checkout aws-sdk-kotlin
102
uses: ./aws-kotlin-repo-tools/.github/actions/checkout-head
103
with:
0 commit comments