From 3bc383fed7154c9cfc21348ffef562cc2de48141 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 27 Feb 2023 07:16:17 -0500 Subject: [PATCH] fix: typo (#48) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9df52fee..4f960bfe 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Job flag name, e.g. "Unit", "Functional", or "Integration". Will be shown in the Coveralls UI.' required: false parallel: - description: 'Set to true if you are running parallel jobs, then use "parallel_finished: true" for the last action.' + description: 'Set to true if you are running parallel jobs, then use "parallel-finished: true" for the last action.' required: false parallel-finished: description: 'Set to true for the last action when using "parallel: true".'