diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index ae8c2a7..f181d75 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -11,4 +11,7 @@ jobs: steps: - name: Echo the message run: | - echo "Hola midu!" \ No newline at end of file + echo "Hola midu!" + - name: Dime la fecha + run: date + - run: ls -l \ No newline at end of file