We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it is just printing the result of the command instead of the command that being run. e.g https://github.com/refeed/zarchive-refeed/runs/7280779778?check_suite_focus=true
I think it would be better to print the commands that are being run for easier debugging.
My current idea is to add set -x in the beginning of entrypoint.sh.
set -x
The text was updated successfully, but these errors were encountered:
I just remembered that we have some commands that uses the secrets directly, I am afraid those will be exposed in the logs
Sorry, something went wrong.
No branches or pull requests
Currently it is just printing the result of the command instead of the command that being run. e.g https://github.com/refeed/zarchive-refeed/runs/7280779778?check_suite_focus=true
I think it would be better to print the commands that are being run for easier debugging.
My current idea is to add
set -x
in the beginning of entrypoint.sh.The text was updated successfully, but these errors were encountered: