From 5ce731fb6a569bd3a15c4e95f7bf68a470bd0e03 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 24 Dec 2022 09:04:01 +0100 Subject: [PATCH] build: expose variables Signed-off-by: Christian Kotzbauer --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 705c4eb8..3364c02a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,8 @@ jobs: REGISTRY_TOKEN=$(_read "REGISTRY_TOKEN") IS_FORK=${{ github.event.pull_request.head.repo.full_name != github.repository }} echo $IS_FORK + echo ${{ github.event.pull_request.head.repo.full_name }} + echo ${{ github.repository }} if [ "$IS_FORK" != true ]; then DATE="$(date +%Y%m%d%H%M%S)"