diff --git a/.github/workflows/shared-actions.yaml b/.github/workflows/shared-actions.yaml index 98cd357..7da7c5a 100644 --- a/.github/workflows/shared-actions.yaml +++ b/.github/workflows/shared-actions.yaml @@ -9,5 +9,6 @@ jobs: steps: - uses: actions/checkout@v4 - - run: ls - run : echo "Type" + - run: | + ls + echo "This is a multiline"