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: |