Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 13, 2024
1 parent 8b079ce commit df1bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_shop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ runs:
# prepare_shop: Clone the shop
${{ inputs.debug }}
URL="${{ inputs.git_shop_url }}"
if [ -n "${{ inputs.github_enterprise_token }}" ]; then
if [ -n "${{ inputs.enterprise_github_token }}" ]; then
AUTH="oxidci:${{ inputs.enterprise_github_token }}"
URL=$(echo "${URL}"|sed -e "s|https://|https://${AUTH}@")
fi
Expand Down

0 comments on commit df1bab1

Please sign in to comment.