fix: restore workflow_dispatch to cinny-desktop — push trigger doesn't fire in this runner setup
This commit is contained in:
@@ -27,3 +27,10 @@ jobs:
|
||||
git commit -m "chore: bump cinny submodule to ${CINNY_SHA:0:8}"
|
||||
git push origin main
|
||||
fi
|
||||
# Explicitly dispatch the desktop build — the push trigger alone
|
||||
# does not fire reliably in this Gitea/act runner setup.
|
||||
curl -sf -X POST \
|
||||
"https://code.lotusguild.org/api/v1/repos/LotusGuild/cinny-desktop/actions/workflows/release.yml/dispatches" \
|
||||
-H "Authorization: token $TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"ref":"main"}'
|
||||
|
||||
Reference in New Issue
Block a user