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"
|
||||
fi
|
||||
fi
|
||||
shell: bash - id: default
|
||||
shell: bash
|
||||
- id: default
|
||||
env:
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user