Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

int128/aqua-action

Repository files navigation

aqua-action ts

This is an action to install packages using https://github.com/aquaproj/aqua.

Getting Started

Create aqua.yaml and add packages.

registries:
- type: standard
  ref: v3.147.0 # renovate: depName=aquaproj/aqua-registry

packages:
- name: suzuki-shunsuke/github-comment@v4.0.0 # renovate: depName=suzuki-shunsuke/github-comment

To run this action,

    steps:
      - uses: actions/checkout@v2
      - uses: int128/aqua-action@v1

This action saves the downloaded packages (~/.aqua) into cache and restores it next time.

Inputs

Name Default Description
config ${{ github.workspace }}/aqua.yaml path to config
version see action.yaml aqua version
token ${{ github.token }} GitHub token for aqua