Skip to content

Commit

Permalink
build: expose variables
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Dec 24, 2022
1 parent f37f168 commit 5ce731f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5ce731f

Please sign in to comment.