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 8991378 commit 095b0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "$ {{ vars.VARIABLE_1 }}"
- run: echo "$ {{ env.VARIABLE_2 }}"
- run: echo "$ {{ env.VARIABLE_1 }}"
- run: echo "$ {{ vars.VARIABLE_1 }}"
- run: echo "$ {{ env.VARIABLE_2 }}"
- run: echo "$ {{ env.VARIABLE_1 }}"

0 comments on commit 095b0b0

Please sign in to comment.