Skip to content

Commit

Permalink
Feature/update tests (#14)
Browse files Browse the repository at this point in the history
* Remove excessive step

* Update docs

* Remove obsolete parameters

* Switch to external action link

* Revert "Switch to external action link"

This reverts commit 07f2545.

* Update docs
  • Loading branch information
aidmax authored Apr 26, 2022
1 parent 7e1e80d commit b2a0f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Pull the image
run: |
docker pull ghcr.io/aidmax/structurizr-cli-docker:latest
- name: Run structurizr-cli action
uses: ./
id: test
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Run structurizr-cli action
uses: aidmax/[email protected].0
uses: aidmax/[email protected].1
id: test
with:
id: # The workspace ID (required)
Expand All @@ -41,8 +41,6 @@ jobs:
workspace: # The path to the workspace JSON file/DSL file(s) (required)

# optional parameters
docs: # The path to the directory containing Markdown/AsciiDoc files to be published (optional)
adrs: # The path to the directory containing ADRs (optional)
url: # The Structurizr API URL (optional; defaults to https://api.structurizr.com)
passphrase: # The passphrase to use (optional; only required if client-side encryption enabled on the workspace)
```
Expand Down

0 comments on commit b2a0f85

Please sign in to comment.