fix: update all imports to use Forgejo instead of GitHub
Build & Push Workflows Image / build-push (push) Failing after 36s
ci / test (push) Failing after 1m33s

This commit is contained in:
Test
2026-09-05 14:37:26 -07:00
parent 6bf5ca6e3a
commit ee4b8f711d
33 changed files with 62 additions and 61 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package routing
import (
"fmt"
"github.com/rockliang/poimen/workflows/pkg/db"
"forgejo.riotpiao.com/rock/poimen-workflows/pkg/db"
)
// CanvasConverter converts visual canvas to executable WorkflowSpec
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/rockliang/poimen/workflows/pkg/db"
"forgejo.riotpiao.com/rock/poimen-workflows/pkg/db"
)
// CanvasValidator validates React Flow canvas (nodes + edges)