We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21289df commit 521cec6Copy full SHA for 521cec6
action.sh
@@ -47,7 +47,7 @@ if [ -n "${GITHUB_TOKEN}" ]; then
47
remote_repo="https://x-access-token:${GITHUB_TOKEN}@${GITHUB_DOMAIN:-"github.com"}/${GITHUB_ORIGIN}.git"
48
elif [ -n "${PERSONAL_TOKEN}" ]; then
49
print_info "setup with PERSONAL_TOKEN"
50
- remote_repo="https://x-access-token:${PERSONAL_TOKEN}@${GITHUB_DOMAIN:-"github.com"}/${GITHUB_ORIGIN}.git"
+ remote_repo="https://${PERSONAL_TOKEN}@${GITHUB_DOMAIN:-"github.com"}/${GITHUB_ORIGIN}.git"
51
else
52
print_info "no token found; linting"
53
exec -- mkdocs build --config-file "${CONFIG_FILE}"
0 commit comments