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

feature: Add outputFile option #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asibs
Copy link

@asibs asibs commented Feb 24, 2024

Purpose

Add an optional outputFile parameter. If specified, the output of all commands will be written to this file, as well as to the GitHub Action output.

This can be useful when reading large amounts of data from google sheets - you will reach the limit of how much data can be put into a shell ENV var to pass to the next step.

Dependencies and/or References

TODOs

Note that I had to upgrade the Semantic Versioning GHA step on my fork to use Node 20, as it no longer supports Node 18.

Review

Notes for the PR owner

https://seesparkbox.com/foundry/github_pull_requests_for_everyone

Notes for the reviewer

https://seesparkbox.com/foundry/stop_giving_depressing_code_reviews

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

Successfully merging this pull request may close these issues.

1 participant