Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 618 Bytes

setup-aws-cli-action test

This is an action to setup AWS CLI v2. It is for a self-hosted runner that requires AWS CLI.

This action runs the installation steps described in the official document. Linux x86_64 and aarch64 are supported.

Getting Started

jobs:
  build:
    runs-on: self-hosted
    steps:
      - uses: quipper/setup-aws-cli-action@main