From 8c1ec09f2aa9a303e9af4a7d0ba5a8c5a6c17490 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..5b3f6ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,6 +97,7 @@ jobs: runs-on: ubuntu-latest steps: + - run: echo ${{ github.ref }} - name: Partial testing warning uses: actions/github-script@0.9.0 if: github.repository_owner != 'HunterLarco'