Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger authored Aug 24, 2021
1 parent ccc127b commit a332cb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ Example:
id: make_diagram
uses: githubocto/[email protected]
with:
output_file: "images/diagram.svg"
artifact_name: my-diagram
output_file: "output-diagram.svg"
artifact_name: "my-diagram"
- name: Get artifact
uses: actions/download-artifact@v2
with:
name: my-diagram
path: downloads
name: "my-diagram"
path: "downloads"
# Diagram now available at downloads/images/diagram.svg
```
Note that this will still also create a commit, unless you specify `should_push: false`!
Expand Down

0 comments on commit a332cb6

Please sign in to comment.