From a0179a29e3724d52db66b3e545d5b92e41df82de Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 20 Mar 2024 14:31:07 +0100 Subject: [PATCH] Cambio --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index a54c74d..0e306fc 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -9,5 +9,5 @@ jobs: - name: Només si el push que dispara el workflow és a la branca principal. if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} run: echo "PUSH A LA BRANCA MASTER" - - name: Descomprimeix el zip + - name: Descomprimeix el zip. run: unzip -P ${{ secrets.ZIP_PASS }} secret.zip