[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:
Lucas PASCAL
2022-05-19 11:57:18 +02:00
parent b18a10bbe6
commit 025773f506
2 changed files with 61 additions and 23 deletions

View File

@@ -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