[ci][clean] Explicit source and destination branches when auto commit&push, so that 'develop' SDK commits can be pushed to 'master' when merging
This commit is contained in:
3
.github/workflows/sdk-generation.yml
vendored
3
.github/workflows/sdk-generation.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
with:
|
||||
name: 'ldg-github-ci'
|
||||
directory: ethereum-plugin-sdk
|
||||
branch: ${{ steps.extract_branch.outputs.branch }}
|
||||
dst_branch: ${{ steps.extract_branch.outputs.branch }}
|
||||
message: "[update] Branch ${{ steps.extract_branch.outputs.branch }} | Commit ${GITHUB_SHA}"
|
||||
secret: ${{ secrets.CI_BOT_TOKEN }}
|
||||
repository: LedgerHQ/ethereum-plugin-sdk
|
||||
@@ -47,7 +47,6 @@ jobs:
|
||||
with:
|
||||
name: 'ldg-github-ci'
|
||||
files: ethereum-plugin-sdk
|
||||
branch: ${{ steps.extract_branch.outputs.branch }}
|
||||
message: "[update][SDK] Branch ${{ steps.extract_branch.outputs.branch }} | Commit ${GITHUB_SHA}"
|
||||
secret: ${{ secrets.CI_BOT_TOKEN }}
|
||||
repository: LedgerHQ/app-ethereum
|
||||
|
||||
Reference in New Issue
Block a user