From 5e4bb2ad152051d67dfa237e6643c2b164ff02e3 Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Tue, 28 Nov 2023 18:48:13 -0800 Subject: [PATCH] Use correct comment syntax --- .github/workflows/update-release-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-release-status.yml b/.github/workflows/update-release-status.yml index 9b1eb4bb61..3256dff852 100644 --- a/.github/workflows/update-release-status.yml +++ b/.github/workflows/update-release-status.yml @@ -60,7 +60,7 @@ jobs: /repos/$GITHUB_REPOSITORY/check-runs) echo "Created release status check run with id $CHECK_RUN_ID" - // Reset the status to in progress. + # Reset the status to in progress. echo "CHECK_RUN_STATUS=in_progress" >> "$GITHUB_ENV" - name: Check all runs completed