From 03e36066ec36112276142623a3e60d527771a994 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:42:00 +0200 Subject: [PATCH] chore: Minor documentation/input description update --- doc-resources/repo-intro.md | 2 +- setup/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-resources/repo-intro.md b/doc-resources/repo-intro.md index 43559f5..c1e7deb 100644 --- a/doc-resources/repo-intro.md +++ b/doc-resources/repo-intro.md @@ -72,7 +72,7 @@ The FoDUploader version to install. Allowed values: `skip` (default value, do no The FortifyVulnerabilityExporter version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `v2` will install the latest known `2.x.y` version. Version may be specified either with or without the `v` prefix, for example `v2.0.4` and `2.0.4` are semantically the same. **`bugtracker-utility`** -The FortifyBugTrackerUtility version to install. Allowed values: skip (default value, do not install), latest, or specific version number. Supports semantic versioning, for example `v4` will install the latest known `4.x` version. Version may be specified either with or without the `v` prefix, for example `v4.12` and `4.12` are semantically the same. +The FortifyBugTrackerUtility version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `v4` will install the latest known `4.x` version. Version may be specified either with or without the `v` prefix, for example `v4.12` and `4.12` are semantically the same. ### Action outputs diff --git a/setup/action.yml b/setup/action.yml index 34cf565..3d8874b 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -23,7 +23,7 @@ inputs: default: 'skip' required: false bugtracker-utility: - description: 'The FortifyBugTrackerUtility version to install. Allowed values: skip (default value, do not install), latest, or specific version number. Supports semantic versioning, for example `v4` will install the latest known `4.x` version. Version may be specified either with or without the `v` prefix, for example `v4.12` and `4.12` are semantically the same.' + description: 'The FortifyBugTrackerUtility version to install. Allowed values: `skip` (default value, do not install), `latest`, or specific version number. Supports semantic versioning, for example `v4` will install the latest known `4.x` version. Version may be specified either with or without the `v` prefix, for example `v4.12` and `4.12` are semantically the same.' default: 'skip' required: false runs: