From c72863fc79dc731c3c11b7a06f8cb7370f16b5f6 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 31 Mar 2026 12:35:56 +0200 Subject: [PATCH] Apply suggestion from @silverwind Signed-off-by: silverwind --- .github/workflows/cron-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-renovate.yml b/.github/workflows/cron-renovate.yml index 62f0091012..f2f80eb7a2 100644 --- a/.github/workflows/cron-renovate.yml +++ b/.github/workflows/cron-renovate.yml @@ -22,4 +22,4 @@ jobs: with: token: ${{ steps.get_token.outputs.token }} env: - RENOVATE_PLATFORM_COMMIT: "true" + RENOVATE_PLATFORM_COMMIT: "true" # commit directly to branch to avoid API rate limits and for commit signing.