mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-24 00:23:51 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
311807f0be
@ -92,7 +92,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
# "Set the default branch name..."
|
# "Set the default branch name..."
|
||||||
if [[ "${{ github.ref }}" != "refs/tags/"* ]]; then
|
if [[ "${{ github.ref }}" != "refs/tags/"* ]]; then
|
||||||
if [[ "${{ steps.current_branch.outputs.current_branch }}" == "${{ github.event.repository.default_branch }}" && "${{ github.event.pull_request.head.fork }}" != "true" ]]; then
|
if [[ "${{ steps.current_branch.outputs.current_branch }}" == "${{ github.event.repository.default_branch }}" && "${{ github.event.pull_request.head.repo.fork }}" != "true" ]]; then
|
||||||
if [[ -z "$GITHUB_OUTPUT" ]]; then
|
if [[ -z "$GITHUB_OUTPUT" ]]; then
|
||||||
echo "::set-output name=is_default::true"
|
echo "::set-output name=is_default::true"
|
||||||
echo "::set-output name=default_branch::${{ github.event.repository.default_branch }}"
|
echo "::set-output name=default_branch::${{ github.event.repository.default_branch }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user