Compare commits
5 Commits
docs/phase
...
87236b57d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 87236b57d2 | |||
| 0c5bd9734f | |||
| d5d4405ac2 | |||
| 16a07e1682 | |||
| 84dc9b07bf |
@@ -15,5 +15,8 @@ jobs:
|
||||
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
||||
cd repo
|
||||
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
|
||||
git push github --all --force
|
||||
git push github --tags --force
|
||||
# --all + --tags scopes the push to refs/heads/* and refs/tags/*,
|
||||
# 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/
|
||||
|
||||
# MCP server config (per-machine, references local env vars for auth)
|
||||
.mcp.json
|
||||
|
||||
Reference in New Issue
Block a user