Hi Bryan,
First of all, thanks for this great project!
I'm using it on a self-hosted VM (Proxmox/Docker) behind a Cloudflare Tunnel. I noticed that the GitHub Actions build often fails prematurely if the status webhook returns a minor error (like 422 or 400 due to proxy filtering).
To fix this, I modified the workflows in my fork by adding continue-on-error: true to every fjogeleit/http-request-action step. This ensures the build process completes even if a status notification fails.
I also fixed an issue with the GENURL secret to ensure proper communication with the local API.
If you are interested, I can submit a Pull Request to integrate these resilience improvements into the main repository!
Best regards,
Hi Bryan,
First of all, thanks for this great project!
I'm using it on a self-hosted VM (Proxmox/Docker) behind a Cloudflare Tunnel. I noticed that the GitHub Actions build often fails prematurely if the status webhook returns a minor error (like 422 or 400 due to proxy filtering).
To fix this, I modified the workflows in my fork by adding
continue-on-error: trueto everyfjogeleit/http-request-actionstep. This ensures the build process completes even if a status notification fails.I also fixed an issue with the
GENURLsecret to ensure proper communication with the local API.If you are interested, I can submit a Pull Request to integrate these resilience improvements into the main repository!
Best regards,