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 75a713b commit 5d4acf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
scripts-job:
runs-on: ubuntu-latest
steps:
- run: echo "Hola $GITHUB_ACTOR"
- run: |
export MY_NAME=gonzalo
echo "Hola $GITHUB_ACTOR"
- run: |
echo "name: $MY_NAME"
cat << EOF
El sistema operativo de esta ejecución es: $RUNNER_OS
Quien hizo el commit fue: $GITHUB_ACTOR que tiene ID de Github: $GITHUB_ACTOR_ID
Expand Down

0 comments on commit 5d4acf4

Please sign in to comment.