eny.space Landingpage
1
fork

Configure Feed

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

fix(ci): use correct branch name

Sam Sauer 0dc692a8 43d44be9

+1
+1
.tangled/workflows/mirror.yml
··· 17 17 command: | 18 18 git fetch --unshallow || true 19 19 git remote add github https://x-access-token:$ACCESS_TOKEN@$GIT_REPOSITORY 20 + BRANCH=$(git rev-parse --abbrev-ref HEAD) 20 21 git push github HEAD:refs/heads/mirror/${BRANCH} --force