From 18673a80d18b54e503b5f6023c1cf018c3e54f90 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 7 Oct 2022 14:04:12 -0700 Subject: [PATCH] Fix syntax error --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25b102c..df3862a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'SPDX to dependency graph action' -description: 'Upload SPDX SBOM files to the dependency graph's dependency submission API' +description: 'Upload SPDX SBOM files to the dependency graph''s dependency submission API' inputs: token: description: "GitHub Personal Access Token (PAT). Defaults to PAT provided by Actions runner."