improve codestyle action to push to correct branch

This commit is contained in:
osaajani 2020-09-02 23:49:46 +02:00
parent a5dc7b1a29
commit 725352d360

View file

@ -33,6 +33,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
branch: 'dev2.0'
branch: ${{ github.head_ref }}