diff --git a/.github/workflows/pin-system-tests.yaml b/.github/workflows/pin-system-tests.yaml index 694743a8084..93d4c38e7b6 100644 --- a/.github/workflows/pin-system-tests.yaml +++ b/.github/workflows/pin-system-tests.yaml @@ -27,7 +27,8 @@ jobs: # temporary - name: Print github.ref - run: echo "github.ref: ${{ github.ref }}" + run: | + echo "github.ref: ${{ github.ref }}" - name: Define base branch id: define-base-branch