1
0
mirror of synced 2026-06-29 23:00:48 +00:00
Files
flux2/action
Matheus Pimenta c888f28b2c Improve plugin-dir description
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2026-06-29 09:40:46 +01:00
..
2026-06-29 09:40:46 +01:00
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.