You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just adding that I would also use a feature to set a custom destination folder.
Right now I have a step in my workflow right after screenshote-website runs, that will copy the generated screenshot to where I want it to be like this:
- name: Screenshot Markmap Website
id: screenshot-generator
uses: swinton/screenshot-website@main
with:
<<removed as not helpful for example>>
- name: Copy Screenshot
run: cp ${{ steps.screenshot-generator.outputs.path }} .
I want to set as destination folder the current working folder.
screenshot-website/index.js
Line 17 in 8df7c0f
The text was updated successfully, but these errors were encountered: