/setup-aws-cli-action

Set up AWS CLI v2 for self-hosted runners in GitHub Actions

Apache License 2.0Apache-2.0

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