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