From 5fa41cc3b749da91b943cf31ac9afe69b795a96e Mon Sep 17 00:00:00 2001 From: Max Hoffmann Date: Wed, 22 Oct 2025 08:37:11 -0700 Subject: [PATCH] Fixes bad formatting --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfb7235..86e52d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,9 +17,9 @@ jobs: id-token: write steps: - name: Checkout Repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0` + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: - token: ${{ secrets.GITHUB_TOKEN }}` + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1