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 3894c28 commit c940fd3Copy full SHA for c940fd3
.github/workflows/format.yml
@@ -18,16 +18,6 @@ jobs:
18
ssh-key: ${{ env.SSH_KEY }}
19
fetch-depth: 0
20
21
- - name: Bot setup
22
- run: |
23
- AUTHOR=$(git log -1 --pretty=%an)
24
- if [ "$AUTHOR" == "Bot" ]; then
25
- echo "Commit made by bot, skipping further steps in the pipeline."
26
- exit 0
27
- fi
28
- git config user.name "Bot"
29
- git config user.email "<[email protected]>"
30
-
31
- name: Install python
32
uses: actions/setup-python@v3
33
@@ -47,5 +37,5 @@ jobs:
47
37
- name: Push formatting fixes
48
38
if: steps.check.outcome == 'failure'
49
39
run: |
50
- git commit -am "Fixes formatting"
40
+ git commit -am "Fix file format [skip ci]"
51
41
git push origin HEAD:${{github.event.pull_request.head.ref}}
0 commit comments