Skip to content

Files

Latest commit

709b17c · Aug 28, 2023

History

History
This branch is 83 commits behind fluxcd/flux2:main.

action

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 28, 2023
Jul 11, 2023

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.