Skip to content

Commit

Permalink
Fix owner
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Sep 26, 2024
1 parent e59934a commit 4764af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "---------- INPUTS ----------"
if [ -z "${INPUT_URL}" ];then
HOST="${INPUT_HOST:?err}"
echo "HOST: ${HOST}"
OWNER="${INPUT_USER:-${GITHUB_REPOSITORY_OWNER}}"
OWNER="${INPUT_OWNER:-${GITHUB_REPOSITORY_OWNER}}"
echo "OWNER: ${OWNER}"
REPO="${INPUT_REPO:-$(echo "${GITHUB_REPOSITORY}" | awk -F'/' '{print $2}')}"
echo "REPO: ${REPO}"
Expand Down

0 comments on commit 4764af7

Please sign in to comment.