From 2cb9889fe46840185dfbe66a11d80f1a4cfa59f2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 15 Aug 2021 02:40:36 -0700 Subject: [PATCH] Add source URL comment to "Check Certificates" workflow This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" workflow and its installation in this repository. --- .github/workflows/check-certificates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-certificates.yml b/.github/workflows/check-certificates.yml index 14166cf4..27e92276 100644 --- a/.github/workflows/check-certificates.yml +++ b/.github/workflows/check-certificates.yml @@ -1,3 +1,4 @@ +# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-certificates.md name: Check Certificates # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows