mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-03 14:56:29 +02:00
.
This commit is contained in:
parent
a14dc038f7
commit
2c942e302f
1 changed files with 4 additions and 2 deletions
6
.github/workflows/codestyle.yml
vendored
6
.github/workflows/codestyle.yml
vendored
|
@ -27,12 +27,14 @@ jobs:
|
|||
run: |
|
||||
git add --all
|
||||
git commit -m "Fix codestyle." || exit 0
|
||||
|
||||
- name: Push changes # push the modif to repo
|
||||
|
||||
- name: Get branch name
|
||||
run: |
|
||||
git_branch=${{ github.ref }}
|
||||
git_branch=${git_branch#refs/heads/}
|
||||
echo $git_branch
|
||||
|
||||
- name: Push changes # push the modif to repo
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue