Skip to content

Commit

Permalink
Cambio
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelfbit committed Mar 20, 2024
1 parent bcb368b commit a0179a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0179a2

Please sign in to comment.