Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom destination folder #28

Open
dantehemerson opened this issue Feb 13, 2022 · 2 comments
Open

Support custom destination folder #28

dantehemerson opened this issue Feb 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dantehemerson
Copy link

dantehemerson commented Feb 13, 2022

I want to set as destination folder the current working folder.

const destFolder = process.env.RUNNER_TEMP;

@spier
Copy link

spier commented Aug 12, 2023

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 }} .

@jcfr jcfr added the enhancement New feature or request label Aug 17, 2023
@aboveje
Copy link

aboveje commented Jun 5, 2024

+1 for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants