Skip to content

Commit

Permalink
Make it one line
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Jan 15, 2024
1 parent dbcc8bc commit 9cd525e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@ jobs:
uses: ./
id: push
with:
args: |
push \
-id ${{ secrets.STZR_ID }} \
-key ${{ secrets.STZR_API_KEY }} \
-secret ${{ secrets.STZR_API_SECRET }} \
-workspace ./tests/workspace.dsl
args: 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: ./
id: pull
with:
args: |
pull \
-id ${{ secrets.STZR_ID }} \
-key ${{ secrets.STZR_API_KEY }} \
-secret ${{ secrets.STZR_API_SECRET }} \
args: pull -id ${{ secrets.STZR_ID }} -key ${{ secrets.STZR_API_KEY }} -secret ${{ secrets.STZR_API_SECRET }}

0 comments on commit 9cd525e

Please sign in to comment.