Skip to content

Add merge and archive options (#17) #64

Add merge and archive options (#17)

Add merge and archive options (#17) #64

Workflow file for this run

name: test
on: [push]
jobs:
structurizr-cli:
runs-on: ubuntu-latest
name: Run structurizr-cli
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run structurizr-cli action
uses: ./
id: test
with:
id: ${{ secrets.STZR_ID }}
key: ${{ secrets.STZR_API_KEY }}
secret: ${{ secrets.STZR_API_SECRET }}
workspace: ./tests/workspace.dsl
url: https://api.structurizr.com
merge: false
archive: false