From 7065944ac753b7068aec66c417f1469a1cdc1400 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 8 Oct 2023 02:42:32 +0200 Subject: [PATCH] Fix actionlint (#27513) `make lint-actions` is currently failing because of undeclared runner name. --- .github/actionlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 24c80bc60..023fb05a2 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -2,3 +2,4 @@ self-hosted-runner: labels: - actuated-4cpu-8gb - actuated-4cpu-16gb + - nscloud