We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
persist-credentials
1 parent 57723c8 commit 9d4d6f3Copy full SHA for 9d4d6f3
.github/workflows/pull-requests-built-files.yml
@@ -75,11 +75,11 @@ jobs:
75
76
- name: Build WordPress
77
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
+#
+# - name: Configure git user name and email
+# run: |
+# git config user.name "dependabot[bot]"
+# git config user.email dependabot[bot]@users.noreply.github.com
83
84
- name: Ensure version-controlled files are not modified or deleted during building
85
id: built-file-check
0 commit comments