Skip to content

Commit

Permalink
set a default for smithy-go repo var since it doesn't propagate to PR…
Browse files Browse the repository at this point in the history
…s from forks (#2238)
  • Loading branch information
lucix-aws committed Aug 16, 2023
1 parent 8529b03 commit 596ec02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci-find-smithy-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# - feat-foo

if [ -z "$SMITHY_GO_REPOSITORY" ]; then
echo env SMITHY_GO_REPOSITORY is required
exit 1
SMITHY_GO_REPOSITORY=aws/smithy-go
fi

if [ -z "$RUNNER_TMPDIR" ]; then
Expand Down

0 comments on commit 596ec02

Please sign in to comment.