Update test.yml

This commit is contained in:
Tonye Jack 2022-03-22 17:07:29 -04:00 committed by GitHub
parent 617f71997d
commit 2e11772ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"