From 1c9dab0eab63fab31e41d573f5055d4aa6813727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gustavo?= Date: Mon, 3 Oct 2022 22:09:45 -0300 Subject: [PATCH] Fixing Error During Deployment During the automated deployment process, there is an error that causes this action to be called twice, with this simple modification to the workfow, this error is fixed. --- .github/workflows/deploy_automatico.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_automatico.yml b/.github/workflows/deploy_automatico.yml index 0418663..31b93b2 100644 --- a/.github/workflows/deploy_automatico.yml +++ b/.github/workflows/deploy_automatico.yml @@ -4,8 +4,7 @@ on: workflow_run: workflows: ["Integração Contínua"] branches: [main] - type: - - completed + types: [completed] jobs: deploy_app: