Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
booleanchile authored Sep 6, 2024
1 parent d7612b7 commit 3c322fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
scripts-job:
runs-on: ubuntu-latest
steps:
- run: |
- name: "First Script"
run: |
echo "MY_NAME=gonzalo" >> "$GITHUB_ENV"
echo "Hola $GITHUB_ACTOR"
cat $GITHUB_ENV
- run: |
- name: "Second Script"
run: |
echo "name: $MY_NAME"
cat << EOF
El sistema operativo de esta ejecución es: $RUNNER_OS
Expand Down

0 comments on commit 3c322fd

Please sign in to comment.