We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b20f1 commit dfbe565Copy full SHA for dfbe565
1 file changed
.github/workflows/deploy.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: Clone manifests repository
44
run: |
45
git clone https://x-access-token:${{ secrets.MANIFESTS_REPO_TOKEN }}@github.com/PARADOX-BSSM/windeath44.manifest.user.git
46
- cd windeath44.manifest.auth
+ cd windeath44.manifest.user
47
git config user.name "${{ secrets.GIT_USERNAME }}"
48
git config user.email "${{ secrets.GIT_EMAIL }}"
49
0 commit comments