[fix] 'github-push-action' does not seem to cope with src:dst git push syntax
This commit is contained in:
2
.github/actions/commit-changes/action.yml
vendored
2
.github/actions/commit-changes/action.yml
vendored
@@ -114,6 +114,6 @@ runs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ inputs.secret }}
|
||||
branch: ${{ steps.commit.outputs.src_branch }}:${{ steps.commit.outputs.dst_branch }}
|
||||
branch: ${{ steps.commit.outputs.dst_branch }}
|
||||
directory: ${{ inputs.directory }}
|
||||
repository: ${{ inputs.repository }}
|
||||
|
||||
Reference in New Issue
Block a user