chore: use api.github.com

This commit is contained in:
xHyroM 2022-07-28 08:06:06 +02:00
parent 24c8fd036a
commit f391a17228
4 changed files with 4 additions and 4 deletions

View file

@ -46,6 +46,6 @@ Set up your GitHub Actions workflow with a specific version of Bun.
```yaml
- uses: xhyrom/setup-bun@v0.1.6
with:
custom-download-url: https://github.com/oven-sh/bun/suites/7555351912/artifacts/311939881
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
github-token: ${{ secrets.GITHUB_TOKEN }}
```