From 725352d360bc034853009c7fd99d697f11baec66 Mon Sep 17 00:00:00 2001 From: osaajani <> Date: Wed, 2 Sep 2020 23:49:46 +0200 Subject: [PATCH] improve codestyle action to push to correct branch --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1d0ab7e..d67805d 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -33,6 +33,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} force: true - branch: 'dev2.0' + branch: ${{ github.head_ref }}