mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 17:23:50 +08:00
Merge branch 'main' into feature/test
This commit is contained in:
commit
2eb20a080b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user