Skip to content

Commit 596ec02

Browse files
authored
set a default for smithy-go repo var since it doesn't propagate to PRs from forks (#2238)
1 parent 8529b03 commit 596ec02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci-find-smithy-go.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# - feat-foo
1111

1212
if [ -z "$SMITHY_GO_REPOSITORY" ]; then
13-
echo env SMITHY_GO_REPOSITORY is required
14-
exit 1
13+
SMITHY_GO_REPOSITORY=aws/smithy-go
1514
fi
1615

1716
if [ -z "$RUNNER_TMPDIR" ]; then

0 commit comments

Comments
 (0)