We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320f9a4 commit 74bfab5Copy full SHA for 74bfab5
.github/workflows/ci.yml
@@ -46,11 +46,6 @@ jobs:
46
- name: Set up git for pushing
47
run: |
48
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
54
- name: Show current branch and HEAD
55
56
git branch -a
0 commit comments