Skip to content

Commit afa3128

Browse files
author
Petr Sramek
committed
this
1 parent d46621f commit afa3128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
working-directory: ${{ github.workspace }}
4444
- name: Push to ${{ github.ref }}
4545
run: |
46+
git pull origin ${{ github.ref }}
4647
git add .
4748
git config user.name "$(git log -n 1 --pretty=format:%an)"
4849
git config user.email "$(git log -n 1 --pretty=format:%ae)"
49-
git commit -m "applied file header rule"
50-
git pull origin ${{ github.ref }}
50+
git commit -m "applied file header rule"
5151
git push origin ${{ github.ref }}
5252
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)