kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

ci: fix spindle branch variable (TANGLED_REF_NAME)

+1 -4
+1 -4
.tangled/workflows/mirror-to-github.yaml
··· 12 12 - git 13 13 14 14 steps: 15 - - name: "Debug branch variable" 16 - command: | 17 - echo "Branch: ${SPINDLE_BRANCH}" 18 15 - name: "Mirror to GitHub" 19 16 command: | 20 17 git fetch --unshallow origin || true 21 18 git remote add github "https://x-access-token:${GITHUB_PAT}@github.com/daniel-daum/kaneo.git" 22 - git push github "HEAD:refs/heads/${SPINDLE_BRANCH}" --force 19 + git push github "HEAD:refs/heads/${TANGLED_REF_NAME}" --force 23 20 environment: 24 21 GITHUB_PAT: "${{ secrets.GITHUB_PAT }}"