From 678929b643ccb10aaeb6d97c207635bd14364ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Rodr=C3=ADguez=20M=C3=A1rquez?= Date: Tue, 9 May 2023 08:34:27 +0200 Subject: [PATCH] =?UTF-8?q?nuevos=20comandos=20a=C3=B1adidos=20al=20workfl?= =?UTF-8?q?ow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/hello.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index e2e3696..b4bf848 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -11,4 +11,7 @@ jobs: steps: - name: Echo the message run: | - echo "Hola buenos dias" \ No newline at end of file + echo "Hola buenos dias" + - name: Dime la fecha + run: date + - run: ls -l \ No newline at end of file