You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to pull release/live from a repo I have (via a webhook on Gogs). It works fine the first time, however, every request to the webhook after that causes a 400 error (and fails to pull on the server). This does not occur if I use the main branch develop, but occurs on every other branch.
@electricduck surround the branch name with double quotes. Probably the forward slash trips the parser. I've had similar problem with dot in the name, and I remembered somewhere in the docs a mention of the need to quote. Admittedly, the docs are sparse, but caddy is awesome 🥇
I'm wanting to pull
release/live
from a repo I have (via a webhook on Gogs). It works fine the first time, however, every request to the webhook after that causes a 400 error (and fails to pull on the server). This does not occur if I use the main branchdevelop
, but occurs on every other branch.Here is my config:
The text was updated successfully, but these errors were encountered: