From 4c9b55f0dbe91a51384d9fbf44c54ce024a0b851 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 14 Feb 2022 12:41:50 +0100 Subject: [PATCH] Change value of parameter `library-manger` to `update`. --- .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 0d03f48..ef89995 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