fix: remove push preflight from forgejo mirror sync
This commit is contained in:
parent
9037b1a694
commit
bd29c678cd
1 changed files with 0 additions and 2 deletions
2
.github/workflows/sync-to-forgejo.yml
vendored
2
.github/workflows/sync-to-forgejo.yml
vendored
|
|
@ -36,7 +36,5 @@ jobs:
|
|||
|
||||
test -n "${FORGEJO_SECRET:-}" || (echo "FORGEJO_SECRET empty" && exit 1)
|
||||
curl -fsS -H "Authorization: Basic ${AUTH}" https://ci.nxtgauge.com/api/v1/user >/dev/null
|
||||
curl -fsS -H "Authorization: Basic ${AUTH}" "${TARGET}/info/refs?service=git-receive-pack" >/dev/null
|
||||
|
||||
curl -fsS -X POST -H "Authorization: Basic ${AUTH}" "https://ci.nxtgauge.com/api/v1/repos/${FORGEJO_OWNER}/${REPO}/mirror-sync" >/dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue