From cea7d1b4d07397985cde5ce1ad3524b4fde2621f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 6 Jul 2025 19:54:31 +1000 Subject: [PATCH] Remove redundant curlies --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 48c452799..ce31c44e0 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -26,4 +26,4 @@ jobs: author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" labels: "ignore-for-release" delete-branch: true - token: ${{ secrets.SPONSORS_PR_TOKEN }} }} + token: ${{ secrets.SPONSORS_PR_TOKEN }}