a personal site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: adjust git head reference snyxtax

+1 -1
+1 -1
.tangled/workflows/mirror-to-github.yaml
··· 17 17 - name: "Mirror to GitHub" 18 18 command: | 19 19 git remote add github https://x-access-token:${GITHUB_PAT}@github.com/${GITHUB_USERNAME}/${GITHUB_REPO_NAME}.git 20 - git push github refs/heads/main:refs/heads/main --force 20 + git push github HEAD:refs/heads/main --force 21 21 environment: 22 22 GITHUB_USERNAME: "daniel-daum" 23 23 GITHUB_REPO_NAME: "saturn"