From 36c557b55c7b4bab724db2466f7a986d341f77b6 Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Wed, 18 Oct 2023 15:17:06 +0700 Subject: [PATCH] echo event --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 62193ea..e6c91c5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - run: | + echo ${{ github.event }} if [[ "${{ github.event.pull_request.head.repo.full_name }}" != "juju/juju-controller" ]]; then echo "::error::CI is unable to run on a PR opened from a fork. Please push your branch to the main repo and reopen this PR." exit 1