diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ca395f..aedd778 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,10 +15,10 @@ jobs: id: push with: args: | - push - -id ${{ secrets.STZR_ID }} - -key ${{ secrets.STZR_API_KEY }} - -secret ${{ secrets.STZR_API_SECRET }} + 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 @@ -26,7 +26,7 @@ jobs: id: pull with: args: | - pull - -id ${{ secrets.STZR_ID }} - -key ${{ secrets.STZR_API_KEY }} - -secret ${{ secrets.STZR_API_SECRET }} + pull \ + -id ${{ secrets.STZR_ID }} \ + -key ${{ secrets.STZR_API_KEY }} \ + -secret ${{ secrets.STZR_API_SECRET }} \