diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59b177d..9abbee1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index 2543611..adc69eb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v2 - name: Run structurizr-cli action - uses: aidmax/structurizr-cli-action@v0.2.0 + uses: aidmax/structurizr-cli-action@v0.2.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) ```