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 99e7d29 commit 8448bd1Copy full SHA for 8448bd1
.github/workflows/ci.yml
@@ -59,6 +59,9 @@ jobs:
59
apt-get update
60
apt-get install -y git
61
git config --global --add safe.directory '*'
62
+ echo GITHUB_SERVER_URL '${GITHUB_SERVER_URL}'
63
+ echo GITHUB_REPOSITORY '${GITHUB_REPOSITORY}'
64
+ echo GITHUB_REPOSITORY_OWNER '${GITHUB_REPOSITORY_OWNER}'
65
git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" .
66
git checkout $GITHUB_HEAD_REF
67
0 commit comments