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