From d0af1413a16e4f0110b53dd65cb71e0b66be0d9a Mon Sep 17 00:00:00 2001 From: Alexander Entinger <cto@lxrobotics.com> Date: Mon, 18 Jul 2022 09:50:56 +0200 Subject: [PATCH] Update check-arduino action after library has been added to the index. --- .github/workflows/check-arduino.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-arduino.yml b/.github/workflows/check-arduino.yml index 291351b..a5715d3 100644 --- a/.github/workflows/check-arduino.yml +++ b/.github/workflows/check-arduino.yml @@ -23,6 +23,6 @@ jobs: with: compliance: specification # Change this to "update" once the library is added to the index. - library-manager: submit + library-manager: update # Always use this setting for official repositories. Remove for 3rd party projects. official: true