How can I change the file name created by github action? #1061
Answered
by
spenserblack
Saul-Mirone
asked this question in
Q&A
-
I want to seperate the svgs generated by metrics so I can reuse them in the readme files of some repositories. |
Beta Was this translation helpful? Give feedback.
Answered by
spenserblack
May 18, 2022
Replies: 1 comment
-
The - uses: lowlighter/metrics@main
with:
filename: custom-output.* |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Saul-Mirone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
filename
option should be what you need.Example: