Update test.yml

This commit is contained in:
Tonye Jack 2023-04-28 00:20:57 -06:00 committed by GitHub
parent e66b8b3a13
commit 4f22df07b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ jobs:
uses: ./
- name: Show output
run: |
cat "$GITHUB_OUTPUT"
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 }}"