We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46621f commit afa3128Copy full SHA for afa3128
.github/workflows/format-cs-files.yml
@@ -43,10 +43,10 @@ jobs:
43
working-directory: ${{ github.workspace }}
44
- name: Push to ${{ github.ref }}
45
run: |
46
+ git pull origin ${{ github.ref }}
47
git add .
48
git config user.name "$(git log -n 1 --pretty=format:%an)"
49
git config user.email "$(git log -n 1 --pretty=format:%ae)"
- git commit -m "applied file header rule"
50
- git pull origin ${{ github.ref }}
+ git commit -m "applied file header rule"
51
git push origin ${{ github.ref }}
52
0 commit comments