We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef36177 + 974348d commit 5e433a9Copy full SHA for 5e433a9
.github/workflows/sync.yaml
@@ -41,8 +41,7 @@ jobs:
41
42
- name: Set up Git
43
run: |
44
- git config user.name "github-actions[bot]"
45
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "aditeyabaral"
46
git remote set-url origin https://x-access-token:${PESU_DEV_SUPERUSER_TOKEN}@github.com/${{ github.repository }}.git
47
48
0 commit comments