From 54cb745a7116cec3dc3d1b840de9af1ce08f1eae Mon Sep 17 00:00:00 2001 From: Milykh_MV Date: Mon, 15 Jan 2024 19:42:51 +0300 Subject: [PATCH] Another try --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 041813e..14e3b77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,12 @@ jobs: uses: ./ id: push with: - input: push -id ${{ secrets.STZR_ID }} -key ${{ secrets.STZR_API_KEY }} -secret ${{ secrets.STZR_API_SECRET }} -workspace ./tests/workspace.dsl + input: |- + push + -id ${{ secrets.STZR_ID }} + -key ${{ secrets.STZR_API_KEY }} + -secret ${{ secrets.STZR_API_SECRET }} + -workspace ./tests/workspace.dsl - name: Run structurizr-cli action pull command uses: ./