Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Dec 11, 2024
1 parent 62d0f53 commit da291a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-sdk-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
if [[ "$SDK_REF" == "latest" ]]; then
SDK_REF=$(gh api /repos/temporalio/sdk-go/releases/latest --jq '.name')
fi
if ! gh api "/repos/temporalio/sdk-go/commits/$SDK_REF"; then
echo "::error::Reference $SDK_REF not found in sdk-go"
exit 1
fi
if ! gh api "/repos/temporalio/api-go/commits/$API_REF"; then
echo "::error::Reference $API_REF not found in api-go"
exit 1
fi
echo "SDK_REF=$SDK_REF" >> "$GITHUB_OUTPUT"
echo "API_REF=$API_REF" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit da291a4

Please sign in to comment.