Skip to content

Commit a332cb6

Browse files
author
Amelia Wattenberger
authored
Update README.md
1 parent ccc127b commit a332cb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ Example:
117117
id: make_diagram
118118
uses: githubocto/[email protected]
119119
with:
120-
output_file: "images/diagram.svg"
121-
artifact_name: my-diagram
120+
output_file: "output-diagram.svg"
121+
artifact_name: "my-diagram"
122122
- name: Get artifact
123123
uses: actions/download-artifact@v2
124124
with:
125-
name: my-diagram
126-
path: downloads
125+
name: "my-diagram"
126+
path: "downloads"
127127
# Diagram now available at downloads/images/diagram.svg
128128
```
129129
Note that this will still also create a commit, unless you specify `should_push: false`!

0 commit comments

Comments
 (0)