Update test.yml

This commit is contained in:
Tonye Jack 2021-02-07 19:41:26 -05:00 committed by GitHub
parent 947917ad6a
commit 796c67a499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,10 @@ jobs:
uses: ./ uses: ./
- name: Show output - name: Show output
run: | run: |
echo "${{ steps.branch-name.outputs.base_ref_branch }}" echo "Current Branch: ${{ steps.branch-name.outputs.current_branch }}"
echo "${{ steps.branch-name.outputs.head_ref_branch }}" echo "Base Ref: ${{ steps.branch-name.outputs.base_ref_branch }}"
echo "${{ steps.branch-name.outputs.ref_branch }}" echo "Head Ref: ${{ steps.branch-name.outputs.head_ref_branch }}"
echo "Ref: ${{ steps.branch-name.outputs.ref_branch }}"
- name: Test base ref output - name: Test base ref output
if: github.event_name == 'pull_request' && !steps.branch-name.outputs.base_ref_branch if: github.event_name == 'pull_request' && !steps.branch-name.outputs.base_ref_branch
run: | run: |