Skip to content

Commit

Permalink
Actualizar fichero para las actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelfbit committed Mar 20, 2024
1 parent 1d7a1e0 commit eb77a6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
create:
tag: 'v*.*.*'
env:
VARIABLE_2: Variable de workflow
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
ENV:
VARIABLE_1: Variable de tasca
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand All @@ -18,3 +22,6 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: $ {{ VARIABLE_1 }}
- run: $ {{ VARIABLE_2 }}
- run: $ {{ VARIABLE_1 }}

0 comments on commit eb77a6f

Please sign in to comment.