Update test.yml

This commit is contained in:
Tonye Jack 2020-12-11 09:12:15 -05:00 committed by GitHub
parent 7cc8adc4b4
commit 2d011647da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
id: branch-name id: branch-name
uses: ./ uses: ./
- name: Show output - name: Show output
run: run: |
echo "${{ steps.branch-name.outputs.base_ref_branch }}" echo "${{ steps.branch-name.outputs.base_ref_branch }}"
echo "${{ steps.branch-name.outputs.head_ref_branch }}" echo "${{ steps.branch-name.outputs.head_ref_branch }}"
echo "${{ steps.branch-name.outputs.ref_branch }}" echo "${{ steps.branch-name.outputs.ref_branch }}"