Merge branch 'main' into feature/test

This commit is contained in:
Tonye Jack 2020-12-11 09:13:50 -05:00 committed by GitHub
commit 2eb20a080b
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 }}"