diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 00d56a4..2ffcf91 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.head_ref }} + echo ${{ github.ref }} - name: Push changes # push the modif to repo uses: ad-m/github-push-action@master