We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2e2a3 commit 1f271b4Copy full SHA for 1f271b4
.github/workflows/sync-to-mirror.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Push to Personal Fork
18
run: |
19
- git remote add personal https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${{ github.repository_owner }}/payrail.git
+ git remote add personal https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/Wutche/payrail.git
20
git push personal main --force
0 commit comments