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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Related to #1228. I'm seeing color-related characters in the GitHub step summary when color: always and comment-on-summary: true are both set.
color: always
comment-on-summary: true
The action allows to enable color with auto (default), raw, never and always. The action allows to show a comment-on-summary for an update.
color
auto
raw
never
always
comment-on-summary
It's not possible to enable colors only for the GHA output:
Should be fair to allow colors only for the "Actions" pulumi output and not in the comment of the PR.
Pulumi output/colors
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue details
Related to #1228. I'm seeing color-related characters in the GitHub step summary when
color: always
andcomment-on-summary: true
are both set.The action allows to enable
color
withauto
(default),raw
,never
andalways
.The action allows to show a
comment-on-summary
for an update.It's not possible to enable colors only for the GHA output:
color: always
Should be fair to allow colors only for the "Actions" pulumi output and not in the comment of the PR.
Affected area/feature
Pulumi output/colors
The text was updated successfully, but these errors were encountered: