diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index e164c86..6abd3bb 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: echo a string - run: echo "Hello World" + run: echo "Hello World!!" - name: multiline script run: | node -v @@ -26,4 +26,4 @@ jobs: run: Get-Location - name: Directory Bash run: pwd - shell: bash \ No newline at end of file + shell: bash