Skip to content

Commit 9d4d6f3

Browse files
committed
Try not editing git config without persist-credentials.
1 parent 57723c8 commit 9d4d6f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull-requests-built-files.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575

7676
- name: Build WordPress
7777
run: npm run build:dev
78-
79-
- name: Configure git user name and email
80-
run: |
81-
git config user.name "dependabot[bot]"
82-
git config user.email dependabot[bot]@users.noreply.github.com
78+
#
79+
# - name: Configure git user name and email
80+
# run: |
81+
# git config user.name "dependabot[bot]"
82+
# git config user.email dependabot[bot]@users.noreply.github.com
8383

8484
- name: Ensure version-controlled files are not modified or deleted during building
8585
id: built-file-check

0 commit comments

Comments
 (0)