Skip to content

Commit

Permalink
Update first-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avilaqdaniel authored Apr 27, 2024
1 parent 8cfebb3 commit fb00106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print greeting
run: echo "Hola, corazona...!!!"
run: |
echo "Hola, corazona...!!!"
echo "Ahora puedo escribir en varias lineas"
- name: Print goodbye
run: echo "Chau, corazona...!!!"

0 comments on commit fb00106

Please sign in to comment.