From 6d9046baf9868a099d316e7fd09ac0e73b5b7781 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Wed, 27 Sep 2023 10:59:55 +0200 Subject: [PATCH] Change submit 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 76616d8..adb330f 100644 --- a/.github/workflows/check-arduino.yml +++ b/.github/workflows/check-arduino.yml @@ -22,7 +22,7 @@ jobs: uses: arduino/arduino-lint-action@v1 with: compliance: specification - library-manager: submit + library-manager: update # Always use this setting for official repositories. Remove for 3rd party projects. official: true project-type: library