Skip to content

Commit 21289df

Browse files
authored
Update action.sh: fix typo
1 parent 12ad977 commit 21289df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ fi
3838
if [ -n "${GITHUB_ORIGIN}" ]; then
3939
print_info "setup with GITHUB_ORIGIN"
4040
else
41-
export CONFIG_FILE=${GITHUB_REPOSITORY}
41+
print_info "setup with GITHUB_REPOSITORY"
42+
export GITHUB_ORIGIN=${GITHUB_REPOSITORY}
4243
fi
4344

4445
if [ -n "${GITHUB_TOKEN}" ]; then

0 commit comments

Comments
 (0)