Skip to content

ci(repeat-recent-requests): replace http-request-action with curl - #434

Merged
martin-mfg merged 1 commit into
stats-organization:masterfrom
marcalexiei:repeat-recent-requests
Aug 3, 2026
Merged

ci(repeat-recent-requests): replace http-request-action with curl#434
martin-mfg merged 1 commit into
stats-organization:masterfrom
marcalexiei:repeat-recent-requests

Conversation

@marcalexiei

Copy link
Copy Markdown
  • Swaps the third-party fjogeleit/http-request-action for a plain curl step in repeat-recent-requests.yml:
    the workflow only needs a POST with a timeout, so the action added no value.
  • The request carries only what the endpoint reads. repeat-recent checks req.method and nothing else.
    So the action's JSON body and headers were never used.
    Each flag has a one-line comment explaining why it's there.
  • Failure semantics are preserved: a >= 400 status or a connection failure still fails the job, and the response body and status are now logged even on failure.

Example run: https://github.com/marcalexiei/github-stats-extended/actions/runs/30751117550/job/91505220151

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

@marcalexiei is attempting to deploy a commit to the martin-mfg's projects Team on Vercel.

A member of the Team first needs to authorize it.

@martin-mfg
martin-mfg merged commit fbd292a into stats-organization:master Aug 3, 2026
5 of 7 checks passed
@marcalexiei
marcalexiei deleted the repeat-recent-requests branch August 4, 2026 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants