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 08d53b3 commit f265473
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ jobs:
run: sudo apt-get install unzip
- name: Checkout
uses: actions/checkout@v4
- name: Upload file
uses: actions/upload-artifact@v4
with:
name: secret.zip
path: secret.zip
- name: Download file
uses: actions/download-artifact@v4
with:
name: secret.zip
- name: Descomprimeix el zip.
run: unzip -P ${{ secrets.ZIP_PASS }} secret.zip
- name: Imprimeix el zip.
run: cat secret.txt

0 comments on commit f265473

Please sign in to comment.