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

Refactor create_github_summary markdown #237

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Conversation

LightningStairs
Copy link
Contributor

@LightningStairs LightningStairs commented Oct 29, 2024

Refactor create_github_summary markdown

@LightningStairs LightningStairs changed the title Refactor file path in create_github_summary method Refactor create_github_summary markdown Oct 29, 2024
@LightningStairs LightningStairs marked this pull request as ready for review October 29, 2024 16:59
@LightningStairs LightningStairs requested a review from a team as a code owner October 29, 2024 16:59
github_summary_message += "Created #{result[:state]} state with description: #{result[:description]}"
github_summary_message += "for sha #{sha} and url #{result[:url]}\n"
github_summary_message += '========================================================================='
github_summary_message += "##### Created #{result[:state]} state with description: #{result[:description]}\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using a list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Updated @addersuk

@LightningStairs LightningStairs merged commit e14394f into master Oct 29, 2024
7 checks passed
@LightningStairs LightningStairs deleted the github-summary branch October 29, 2024 17:13
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.

2 participants