Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky authored Mar 14, 2023
1 parent 7c7dd54 commit 089de2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
env:
FILE_NAME: ${{ inputs.filename }}
TARGET_PATH: ${{ inputs.target-clone-dir }}/${{ inputs.path }}
TAG: ${{ inputs.structurizrImageTag }}
TAG: ${{ inputs.structurizr-image-tag }}
run: |
mkdir -p $TARGET_PATH/mermaid
docker run --rm -v $PWD:/usr/local/structurizr structurizr/cli:$TAG export -f mermaid -w $FILE_NAME -o $TARGET_PATH/mermaid
Expand Down

0 comments on commit 089de2e

Please sign in to comment.