Skip to content

Commit

Permalink
fix: Search the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienfi committed Dec 28, 2023
1 parent 1962c47 commit a0ebabc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ runs:

- name: Generate Diagram Images
run: |
ls /usr
ls /usr/local
find /usr/local -type f
ls /home
ls /home/runner
ls /home/runner/work
find / -name "structurizr.sh"
/usr/local/structurizr-cli/structurizr.sh export -workspace ${{ inputs.workspace-path }} -format plantuml -output ${{ inputs.output-path }}
cd ${{ inputs.output-path }}
echo 'Generating PNGs...'
Expand Down

0 comments on commit a0ebabc

Please sign in to comment.