Update action.yml
This commit is contained in:
parent
21868283f9
commit
601414734b
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ runs:
|
|||
- name: Git push and commit
|
||||
run: |
|
||||
CURRENT_BRANCH=${GITHUB_REF##*/}
|
||||
echo $CURRENT_BRANCH
|
||||
TARGET_BRANCH=${{ inputs.target_branch }}
|
||||
case $TARGET_BRANCH in "refs/heads/"*)
|
||||
TARGET_BRANCH=$(echo "$TARGET_BRANCH" | sed "s@refs/heads/@@")
|
||||
|
|
Loading…
Add table
Reference in a new issue