Embraser01 / docsearch-scraper-action

[unmaintained] GitHub Actions for interacting with docseach-scraper
3 stars 3 forks source link

##[error]Response status code does not indicate success: 404 (Not Found). #2

Closed darrenjennings closed 4 years ago

darrenjennings commented 4 years ago

Seems to not be working:

Current runner version: '2.168.0'
Operating System
Virtual Environment
Prepare workflow directory
Prepare all required actions
Download action repository 'actions/checkout@master'
Download action repository 'Embraser01/docsearch-scraper-action@v0.1.0'
##[warning]Failed to download action 'https://api.github.com/repos/Embraser01/docsearch-scraper-action/tarball/v0.1.0'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 20.442 seconds before retry.
##[warning]Failed to download action 'https://api.github.com/repos/Embraser01/docsearch-scraper-action/tarball/v0.1.0'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 19.832 seconds before retry.
##[error]Response status code does not indicate success: 404 (Not Found).

Relevant workflow file: https://github.com/Kong/docs.konghq.com/blob/master/.github/workflows/algolia.yml

Embraser01 commented 4 years ago

Hi,

This repo isn't using the new action format so Github doesn't recognize this as an action. As I don't plan to use it anymore and I think this action goes against GH Actions terms, I'm not maintaining it.

Feel free to fork it or create a new one based on this!