From 64e5e14ea7732bc03ee66383502b7b55688a10a8 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Tue, 6 Dec 2022 23:38:05 +0000 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."