mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Update test.yml
This commit is contained in:
parent
e66b8b3a13
commit
4f22df07b7
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user