Skip to content

Commit a7e5b8e

Browse files
Update pyinstaller-build.yml
1 parent 912c72a commit a7e5b8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pyinstaller-build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
fetch-depth: '0'
2525
- name: git
2626
run: |
27-
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
2827
git --version
2928
git config user.name "GitHub Actions Bot"
3029
git config user.email "<>"
@@ -72,7 +71,6 @@ jobs:
7271
fetch-depth: '0'
7372
- name: git
7473
run: |
75-
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
7674
git --version
7775
git config user.name "GitHub Actions Bot"
7876
git config user.email "<>"
@@ -121,7 +119,6 @@ jobs:
121119
fetch-depth: '0'
122120
- name: git
123121
run: |
124-
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
125122
git --version
126123
git config user.name "GitHub Actions Bot"
127124
git config user.email "<>"

0 commit comments

Comments
 (0)