-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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) | ||
``` | ||
|