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
6ec54a987b
commit
f8e9fb3c65
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
echo "Base Ref: ${{ steps.branch-name.outputs.base_ref_branch }}"
|
||||
echo "Head Ref: ${{ steps.branch-name.outputs.head_ref_branch }}"
|
||||
echo "Ref: ${{ steps.branch-name.outputs.ref_branch }}"
|
||||
echo "Is Default: ${{ steps.branch-name.outputs.is_default }} or $default_branch"
|
||||
echo "Is Default: ${{ steps.branch-name.outputs.is_default }}"
|
||||
- name: Check is_default for pull request
|
||||
if: github.event_name == 'pull_request' && steps.branch-name.outputs.is_default != 'false'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user