improve codestyle action to push to correct branch
This commit is contained in:
parent
a5dc7b1a29
commit
725352d360
|
@ -33,6 +33,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
force: true
|
force: true
|
||||||
branch: 'dev2.0'
|
branch: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue