From 391bddf675ccd00f70a10403fa098fc145077927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Mon, 4 Jul 2022 17:14:14 +0200 Subject: [PATCH] test --- .github/actions/status-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/status-check/action.yaml b/.github/actions/status-check/action.yaml index f7e563f..d9c7574 100644 --- a/.github/actions/status-check/action.yaml +++ b/.github/actions/status-check/action.yaml @@ -3,7 +3,7 @@ description: "Finish collecting code coverage" inputs: needs: - description: "${{ '${{ needs }}' }} context" + description: "Job 'needs' context" required: true allow-skipped: description: "Allow jobs being skipped"