fluxcd-flux2/action
RussellAult 44f0d50dbf
fluxcd/flux2/action: Determine latest version without using GitHub API
Signed-off-by: RussellAult <RussellAult@users.noreply.github.com>
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com>
2025-09-30 07:19:32 +01:00
..
action.yml fluxcd/flux2/action: Determine latest version without using GitHub API 2025-09-30 07:19:32 +01:00
README.md Fix links to fluxcd.io 2023-08-28 12:10:03 +03:00

Flux GitHub Action

To install the latest Flux CLI on Linux, macOS or Windows GitHub runners:

steps:
  - name: Setup Flux CLI
    uses: fluxcd/flux2/action@main
    with:
      version: 'latest'
  - name: Run Flux CLI
    run: flux version --client

The Flux GitHub Action can be used to automate various tasks in CI, such as:

For more information, please see the Flux GitHub Action documentation.