mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 20:33:52 +08:00
Update action.yml
This commit is contained in:
parent
0260390a17
commit
41b3911fe1
@ -55,10 +55,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- id: default
|
- id: default
|
||||||
run: |
|
run: |
|
||||||
if [[ -z "${{ steps.branch.outputs.head_ref_branch }}" ]]; then
|
if [[ "${{ steps.current_branch.outputs.current_branch }}" == "${{ steps.branch.outputs.ref_branch }}" ]]; then
|
||||||
if [[ "${{ steps.current_branch.outputs.current_branch }}" == "${{ steps.current_branch.outputs.ref_branch }}" ]]; then
|
echo "::set-output name=is_default::true"
|
||||||
echo "::set-output name=is_default::true"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
echo "::set-output name=is_default::false"
|
echo "::set-output name=is_default::false"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user