diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b32ac99..56bc9b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: 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 }}" - echo "Is Default: ${{ steps.branch-name.outputs.is_default }}" + echo "Is Default: ${{ steps.branch-name.outputs.is_default }} or $default_branch" - name: Check is_default for pull request if: github.event_name == 'pull_request' && steps.branch-name.outputs.is_default != 'false' run: |