Skip to content

Move args

Move args #69

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 push command
uses: ./
id: push
with:
command: push
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
- name: Run structurizr-cli action pull command
uses: ./
id: pull
with:
command: pull
id: ${{ secrets.STZR_ID }}
key: ${{ secrets.STZR_API_KEY }}
secret: ${{ secrets.STZR_API_SECRET }}
url: https://api.structurizr.com