From b1ca0d8b12497cd5349d65d1c4dbd1c82ce207fd Mon Sep 17 00:00:00 2001 From: Daniel Netzer Date: Wed, 5 Apr 2023 12:35:47 +0300 Subject: [PATCH] ci: fix typo in ci.yml (#5599) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b22cc06..7e284b983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ permissions: contents: read jobs: - # Depends on all action sthat are required for a "successful" CI run. + # Depends on all actions that are required for a "successful" CI run. tests-pass: name: all systems go runs-on: ubuntu-latest