Skip to content

Commit 8448bd1

Browse files
author
Martin Hansson
committed
The action doesn't seem to work, adding some trace print to make
sure the environment variables follow documentation.
1 parent 99e7d29 commit 8448bd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
apt-get update
6060
apt-get install -y git
6161
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}'
6265
git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" .
6366
git checkout $GITHUB_HEAD_REF
6467

0 commit comments

Comments
 (0)