From 887c9035032fb0a16f5f090ec9c853440e80317d Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Fri, 26 Apr 2024 13:32:41 +0300 Subject: [PATCH] fix typo --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index f57cf56..2ce39cf 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -7,7 +7,7 @@ env: on: workflow_dispatch: inputs: - ## !NODE: This input is required to identify the workflow run + ## !NOTE: This input is required to identify the workflow run id: type: 'string' description: 'Unique identifier for the workflow run. Needed for github-actions-runner to identify the run.'