From 9246f87715c146be53d201161c92385fe26924e8 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Mon, 1 Dec 2025 09:01:47 -0800 Subject: [PATCH] fix: escape backticks in PlatformIO dependencies note in GitHub Actions workflow --- .github/workflows/custom_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 247fc9e..c683eb2 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -159,7 +159,7 @@ jobs: ## Notes - - PlatformIO dependencies (`.pio/`) are not included - PlatformIO will download these as needed + - PlatformIO dependencies (\`.pio/\`) are not included - PlatformIO will download these as needed - The build flags above must be set exactly as shown to reproduce the build EOF