This commit is contained in:
parent
93676d8144
commit
c636dc6088
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "Fix codestyle." || exit 0
|
git commit -m "Fix codestyle." || exit 0
|
||||||
echo ${{ github.head_ref }}
|
echo ${{ github.ref }}
|
||||||
|
|
||||||
- name: Push changes # push the modif to repo
|
- name: Push changes # push the modif to repo
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
|
Loading…
Reference in New Issue