From 1228e656868935b3c8b085b28ea3b89b5763c64e Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 27 Oct 2023 11:19:41 -0400 Subject: [PATCH] Update action.yml Co-authored-by: James M. Greene --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7b6b5b2..05244e3 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: false default: "1" outputs: - artifact-id: + artifact_id: description: "The ID of the artifact that was uploaded." value: ${{ steps.upload-artifact.outputs.artifact-id }} runs: