Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Jan 15, 2024
1 parent f7b8a8d commit 54cb745
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 54cb745

Please sign in to comment.