Skip to content

Improve build resilience for self-hosted APIs (continue-on-error) #216

@thotganesh

Description

@thotganesh

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions