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 a9b8ae5 commit 2fe24ddCopy full SHA for 2fe24dd
.github/workflows/release-readiness.yml
@@ -42,6 +42,8 @@ jobs:
42
run: |
43
cd aws-sdk-kotlin
44
pwd
45
+ g status
46
+ git branch --show-current
47
SDK_BRANCH=$(git branch --show-current)
48
echo $SDK_BRANCH
49
0 commit comments