mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
chore: use api.github.com
This commit is contained in:
parent
24c8fd036a
commit
f391a17228
4 changed files with 4 additions and 4 deletions
|
@ -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 }}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue