From fb0010691515942e78f98ff58b1af0a104d6f890 Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Sat, 27 Apr 2024 17:02:44 -0500 Subject: [PATCH] Update first-action.yml --- .github/workflows/first-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/first-action.yml b/.github/workflows/first-action.yml index 9f1e02d..9dbacaf 100644 --- a/.github/workflows/first-action.yml +++ b/.github/workflows/first-action.yml @@ -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...!!!"