Skip to content

Commit

Permalink
bump example version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger authored Sep 1, 2021
1 parent fd43c6c commit b6ef9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You'll need to run the `actions/checkout` Action beforehand, to check out the co
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@0.6.1
uses: githubocto/repo-visualizer@0.7.1
with:
output_file: "images/diagram.svg"
excluded_paths: "dist,node_modules"
Expand All @@ -115,7 +115,7 @@ Example:
```yaml
- name: Update diagram
id: make_diagram
uses: githubocto/[email protected].0
uses: githubocto/[email protected].1
with:
output_file: "output-diagram.svg"
artifact_name: "my-diagram"
Expand Down

0 comments on commit b6ef9a2

Please sign in to comment.