diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 2ffcf91..79046b6 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -27,7 +27,7 @@ jobs: run: | git add --all git commit -m "Fix codestyle." || exit 0 - echo ${{ github.ref }} + echo ${${{ github.ref }}#refs/heads/} - name: Push changes # push the modif to repo uses: ad-m/github-push-action@master