From 3792cb0f1ba15b21a88ec4fb355a1924f66123b7 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Mon, 12 Apr 2021 22:53:17 +0200 Subject: [PATCH] Fixed typo --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 28d19b14e..ee0777048 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -27,4 +27,4 @@ jobs: name: Test X7 run: | echo "Running commit tests for X7" - FLAVOR=COLORLCD ./tools/commit-tests.sh + FLAVOR=X7 ./tools/commit-tests.sh