The "project-cli" action is a composite action that can downloads and installs the graylog-project CLI.
name: "Test project CLI"
on:
workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: "Install Graylog Project CLI"
uses: "Graylog2/actions/project-cli@main"
cli-version
: graylog-project-cli version. (default:latest
, example:0.40.0
)reuse-installed
: Don't re-install the CLI if it's already installed.