Skip to content

easy-install/easy-setup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

easy-setup

Download, install, and setup in GitHub Actions.

Usage

- uses: easy-install/easy-setup@v1
  with:
    url: https://github.com/denoland/deno
    version: latest
  env:
    # need for https://api.github.com/repos/denoland/deno/releases/latest
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: easy-install/easy-setup@v1
  with:
    url: |-
      https://github.com/denoland/deno
      https://github.com/ahaoboy/easy-install/raw/refs/heads/main/dist-manifest/node.json
      https://github.com/ahaoboy/easy-install/raw/refs/heads/main/dist-manifest/bun.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published