diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c4df6e..0642677 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,7 @@ jobs: uses: ./ - name: Show output run: | + echo "Default Branch: ${{ steps.branch-name.outputs.default_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 }}"