Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 8cf805a

Browse files
authored
Disable release user
1 parent 819efe6 commit 8cf805a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-or-pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
with:
2424
node-version: 16.x
2525

26-
- name: Setup GIT
27-
run: |
28-
git config --global user.email "[email protected]"
29-
git config --global user.name "GraphQL Bot"
30-
git remote add origin "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
31-
3226
- name: Install Dependencies
3327
run: npm ci
3428

0 commit comments

Comments
 (0)