Skip to content

Commit 1559663

Browse files
author
Petr Sramek
committed
added git pull
1 parent 702e4ef commit 1559663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ 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)"

0 commit comments

Comments
 (0)