From 5ef9eb3efafdfd364bc9d7cc87c71b7bb88c60b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Mon, 8 Jul 2024 11:39:44 -0400 Subject: [PATCH] Fix `runs-on` key --- .github/workflows/cli-features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-features.yml b/.github/workflows/cli-features.yml index c7ea0b9c..562794de 100644 --- a/.github/workflows/cli-features.yml +++ b/.github/workflows/cli-features.yml @@ -9,7 +9,7 @@ on: jobs: cli: name: Test CLI Features - runs_on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4