Skip to content

Commit 4a655fe

Browse files
committed
docs: remove git config, which happens automatically
1 parent 0538642 commit 4a655fe

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/workflows/bump.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
fetch-tags: true
17-
- name: Set up git config
18-
run: |
19-
git config --global user.name "github-actions[bot]"
20-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2117
- uses: commitizen-tools/setup-cz@main
2218
- uses: pndurette/gh-actions-auto-docs@v1
2319
with:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
- uses: commitizen-tools/setup-cz@main
2424
with:
2525
python-version: "3.x"
26-
- name: Set up git config
27-
run: |
28-
git config --global user.name "github-actions[bot]"
29-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3026
- run: |
3127
cz version -p
3228
cz bump --yes --annotated-tag

examples/bump-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true
20-
- name: Set up git config
21-
run: |
22-
git config --global user.name "github-actions[bot]"
23-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2420
- uses: commitizen-tools/setup-cz@main
2521
with:
2622
python-version: "3.x"

examples/trigger-other-job/.github/workflows/bump-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true
20-
- name: Set up git config
21-
run: |
22-
git config --global user.name "github-actions[bot]"
23-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2420
- uses: commitizen-tools/setup-cz@main
2521
with:
2622
python-version: "3.x"

0 commit comments

Comments
 (0)