diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c96de6..16160a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Show output run: | echo "Default Branch: ${{ steps.branch-name.outputs.default_branch }}" - echo "Current Branch: ${{ steps.branch-name.outputs.current_branch }}" + echo "Current Branch is : ${{ 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 }}"