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 4830edc commit a599cf5Copy full SHA for a599cf5
.github/workflows/release-readiness.yml
@@ -45,7 +45,7 @@ jobs:
45
SMITHY_KOTLIN_BRANCH=$(git branch --show-current)
46
echo "smithy-kotlin branch: $SMITHY_KOTLIN_BRANCH"
47
48
- if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
+ if [ "$GITHUB_HEAD_REF" == "$SMITHY_KOTLIN_BRANCH" ]; then
49
cd ../aws-sdk-kotlin
50
git fetch origin
51
0 commit comments