mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Fix indentation
This commit is contained in:
parent
73b5e05c85
commit
610e980330
@ -80,7 +80,8 @@ runs:
|
|||||||
echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT"
|
echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
shell: bash - id: default
|
shell: bash
|
||||||
|
- id: default
|
||||||
env:
|
env:
|
||||||
GITHUB_REF: ${{ github.ref }}
|
GITHUB_REF: ${{ github.ref }}
|
||||||
CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}
|
CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user