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 0677137 commit dbcc8bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ 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
uses: ./
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 }} \

0 comments on commit dbcc8bc

Please sign in to comment.