diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1d0ab7e..00d56a4 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -27,6 +27,7 @@ jobs: run: | git add --all git commit -m "Fix codestyle." || exit 0 + echo ${{ github.head_ref }} - name: Push changes # push the modif to repo uses: ad-m/github-push-action@master