eny.space Landingpage
1
fork

Configure Feed

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

fix(ci): use default variable for branch name

Sam Sauer 5a36e9d7 69414b77

+1 -2
+1 -2
.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 symbolic-ref --short HEAD 2>/dev/null || git log -1 --format='%D' | tr ',' '\n' | grep 'origin/' | sed 's|.*origin/||' | tr -d ' ' | head -1) 21 - git push github HEAD:refs/heads/mirror/${BRANCH} --force 20 + git push github HEAD:refs/heads/mirror/$TANGLED_REF_NAME --force