From 796c67a499adcc6546e77274655146b07be7aa2b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 7 Feb 2021 19:41:26 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8dde6e..4cb5c10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,10 @@ jobs: uses: ./ - name: Show output run: | - echo "${{ steps.branch-name.outputs.base_ref_branch }}" - echo "${{ steps.branch-name.outputs.head_ref_branch }}" - echo "${{ steps.branch-name.outputs.ref_branch }}" + echo "Current Branch: ${{ steps.branch-name.outputs.current_branch }}" + echo "Base Ref: ${{ steps.branch-name.outputs.base_ref_branch }}" + echo "Head Ref: ${{ steps.branch-name.outputs.head_ref_branch }}" + echo "Ref: ${{ steps.branch-name.outputs.ref_branch }}" - name: Test base ref output if: github.event_name == 'pull_request' && !steps.branch-name.outputs.base_ref_branch run: |