From 741d9d971c8c2319f8ee4c61beaf4bbcd71b8614 Mon Sep 17 00:00:00 2001 From: dey4ss <27929897+dey4ss@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:35:26 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fb1c41..95f30d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: # Recent versions of Github's checkout action do not run on older Ubuntu versions because they use a too recent # Node.js version. Thus, we have to checkout the code manually. run: | + echo "Repo: $(awk -v a=${{github.event.pull_request.head.repo.clone_url}} -v b=${{github.repositoryUrl}} 'BEGIN { if (a == "") { print b } else { print a } }')" + echo "Branch: ${GITHUB_HEAD_REF}" apt-get update apt-get install -y git git config --global --add safe.directory '*'