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.
2 parents f80bc11 + 52dfdc0 commit 5c211f9Copy full SHA for 5c211f9
entrypoint.sh
@@ -22,7 +22,7 @@ DEFAULT_POLL_TIMEOUT=10
22
POLL_TIMEOUT=${POLL_TIMEOUT:-$DEFAULT_POLL_TIMEOUT}
23
24
sh -c "git config --global --add safe.directory /github/workspace"
25
-git checkout "${GITHUB_REF:11}"
+git checkout "$GITHUB_REF_NAME"
26
27
branch="$(git symbolic-ref --short HEAD)"
28
branch_uri="$(urlencode ${branch})"
0 commit comments