fjogeleit / http-request-action

Create HTTP Requests in GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receiving Error: {"message":"err is not defined"} After recent version

KenticoDevTrev opened this issue · comments

All of a sudden i'm getting an error from the http request, the site URL loads file so maybe something to do with the recent version?

I can hit the URL and the site loads fine, so it's not a deployment issue, the repository was recently updated, possibly a bug with it?

image

    - name: Warmup Site
      if: ${{ inputs.warmup_url != '' }}
      uses: fjogeleit/http-request-action@v1
      with:
        url: ${{ inputs.warmup_url }}
        method: 'GET'
        timeout: 20000 # warmup can take a while
        retryWait: 5000
        retry: 3 # will try for a max of 6 20-second requests, so 2 minutes threshold

I will take a look

can you check if its working now? v1 or main

great, thanmks for your feedback