mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 19:43:51 +08:00
Update test.yml
This commit is contained in:
parent
617f71997d
commit
2e11772ece
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user