From 8c13f0112dffcb6fba6abe0f37e8804085a42cb2 Mon Sep 17 00:00:00 2001 From: Avelino Date: Wed, 22 Dec 2021 10:54:06 -0300 Subject: [PATCH] fixed typo action needs attr Signed-off-by: Avelino --- .github/workflows/site-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index 673e4f31..bc7a2e56 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest environment: netlify container: golang:latest - needs: tests steps: - uses: actions/checkout@1.0.0 - name: Get dependencies