mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
improve codestyle action to push to correct branch
This commit is contained in:
parent
a5dc7b1a29
commit
725352d360
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codestyle.yml
vendored
2
.github/workflows/codestyle.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue