Compare commits
4 Commits
0c5bd9734f
...
87236b57d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 87236b57d2 | |||
| d5d4405ac2 | |||
| 16a07e1682 | |||
| 84dc9b07bf |
@@ -15,5 +15,8 @@ jobs:
|
|||||||
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
||||||
cd repo
|
cd repo
|
||||||
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
|
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
|
||||||
git push github --all --force
|
# --all + --tags scopes the push to refs/heads/* and refs/tags/*,
|
||||||
git push github --tags --force
|
# avoiding refs/pull/* (which GitHub refuses with "deny updating a
|
||||||
|
# hidden ref"). --prune makes deletions on the Gitea side propagate.
|
||||||
|
git push github --all --prune --force
|
||||||
|
git push github --tags --prune --force
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -249,3 +249,6 @@ graphify-out/
|
|||||||
|
|
||||||
# remember skill runtime state (hook logs, PIDs)
|
# remember skill runtime state (hook logs, PIDs)
|
||||||
.remember/
|
.remember/
|
||||||
|
|
||||||
|
# MCP server config (per-machine, references local env vars for auth)
|
||||||
|
.mcp.json
|
||||||
|
|||||||
Reference in New Issue
Block a user