From b2a0f8580928ba9920ecc482e7436a81ff81e896 Mon Sep 17 00:00:00 2001 From: Maksim Milykh <34083943+aidmax@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:42:45 +0300 Subject: [PATCH] Feature/update tests (#14) * Remove excessive step * Update docs * Remove obsolete parameters * Switch to external action link * Revert "Switch to external action link" This reverts commit 07f25453c7d4be0656a936725238983648f4cc38. * Update docs --- .github/workflows/test.yml | 4 ---- README.md | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) 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) ```