Skip to content

Commit 74bfab5

Browse files
authored
ci: remove unnecessary git user/email check step that causes errors (#27)
1 parent 320f9a4 commit 74bfab5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
- name: Set up git for pushing
4747
run: |
4848
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
49-
- name: Show git user and remote
50-
run: |
51-
git config --get user.name
52-
git config --get user.email
53-
git remote -v
5449
- name: Show current branch and HEAD
5550
run: |
5651
git branch -a

0 commit comments

Comments
 (0)