You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/action
Hidde Beydals 3b42b200d3
action: support `openssl` and `sha256sum`
As availability may be limited in some edge cases.

When a job is for example running within a container, `openssl` is not
always available. However, when running on a macOS or Windows runner,
the actual opposite is true.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
..
README.md docs: Link to the Flux GitHub Action documentation 2 years ago
action.yml action: support `openssl` and `sha256sum` 2 years ago

README.md

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.