From 5fa8ca3a319f6ea3d624cef48b5f4ec64211b8cc Mon Sep 17 00:00:00 2001 From: danamansana Date: Tue, 10 Feb 2026 12:57:53 -0500 Subject: [PATCH] Remove broken line from actions config --- .github/workflows/test-and-deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 6423821a..c9306ac6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest needs: tests if: github.ref == 'refs/heads/qa' - steps: + steps: - uses: actions/checkout@v4 - name: Set Node version uses: actions/setup-node@v4 @@ -39,7 +39,7 @@ jobs: id-token: write contents: read runs-on: ubuntu-latest - needs: + needs: - tests if: github.ref == 'refs/heads/qa' steps: @@ -79,9 +79,8 @@ jobs: id-token: write contents: read runs-on: ubuntu-latest - needs: + needs: - tests - - inte if: github.ref == 'refs/heads/qa2' steps: - name: Checkout repo