diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 4951d0e..c74fcc4 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Echo the message run: | - echo "Hi guy!" + echo echo "Hola desde mi fork!" - name: Dime la fecha run: date - - run: ls -l \ No newline at end of file + - run: ls -l