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
If you have many domains, the comment posted to the PR is very long. I've found it better if the GHA log shows all the output, but what gets posted as a comment is filtered heavily.
We use this script immediately after the echo "$OUTPUT" line.
It probably doesn't need to be a separate script, but it is easier to debug that way. It also permits me to use the script on the command line when I'm making changes outside of GHA.
The text was updated successfully, but these errors were encountered:
If you have many domains, the comment posted to the PR is very long. I've found it better if the GHA log shows all the output, but what gets posted as a comment is filtered heavily.
We use this script immediately after the
echo "$OUTPUT"
line.(this is from memory)
Here's the filter-preview.sh script:
The text was updated successfully, but these errors were encountered: