From b4065b5a7a20b9a77b4d2c007a607cc8a570ac6d Mon Sep 17 00:00:00 2001 From: hunterlarco Date: Sat, 10 Apr 2021 13:56:36 -0400 Subject: [PATCH] echo ref --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a3b065..1b2a65e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,6 +97,7 @@ jobs: runs-on: ubuntu-latest steps: + - run: echo ${{ github.repository_owner }} - name: Partial testing warning uses: actions/github-script@0.9.0 if: github.repository_owner != 'HunterLarco'