command-output
command-output copied to clipboard
GitHub action that runs a command and store its output
Fix #10 Will require a new release.
Node 16 is deprecated. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Thank you for creating this action, I'm using it right now in a workflow and it works great. Perhaps a useful feature would be the ability to pass a regular...
Hello, I'm outputting a large block of JSON text and some of the values seem to be interpreted as sensitive info and as a result, are being obfuscated. Is there...
Hi, I forked your action to extend it with timeout on no output functionality. This is to provide a way to kill a step when the process hangs, goes into...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
when run with working-directory produce error. Working-directory is not supported. Ex: - name: MyStep uses: mathiasvr/command-output@v1 with: working-directory: someDir run: echo "Should work" produce: Warning: Unexpected input(s) 'working-directory', valid inputs...