diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63353dd..eabe8d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Greet the User - run: echo "Hello Stef!" + run: echo "Hello, Stef!" - name: Show directory before checkout run: ls -l - name: Checkout our code