10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc127b commit a332cb6Copy full SHA for a332cb6
README.md
@@ -117,13 +117,13 @@ Example:
117
id: make_diagram
118
uses: githubocto/repo-visualizer@0.6.1
119
with:
120
- output_file: "images/diagram.svg"
121
- artifact_name: my-diagram
+ output_file: "output-diagram.svg"
+ artifact_name: "my-diagram"
122
- name: Get artifact
123
uses: actions/download-artifact@v2
124
125
- name: my-diagram
126
- path: downloads
+ name: "my-diagram"
+ path: "downloads"
127
# Diagram now available at downloads/images/diagram.svg
128
```
129
Note that this will still also create a commit, unless you specify `should_push: false`!
0 commit comments