Closed cep21 closed 1 year ago
It's possible you want to use curl -H "Accept: application/json" https://api.github.com/repos/magefile/mage/releases/latest
instead of curl -H "Accept: application/json" https://github.com/magefile/mage/releases/latest
at https://github.com/magefile/mage-action/blob/2c1951143e54356ebe6a0c6c971bae325b5b50f1/src/github.ts#L9
See https://github.com/docker/setup-buildx-action/issues/190#issuecomment-1407187953
GitHub API sad :persevere:
created a PR to mitigate this issue by using Github Action API: https://github.com/magefile/mage-action/pull/268
If I check out this repository and run
yarn test
I get failures matching the release target. This also happens when running the action against github for our repositories. This appears to be a new thing: maybe an hour old?