Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Augment Describe PR"
description: "AI-powered PR Descriptions"
author: "Augment Code"
branding:
icon: "zap"
color: "purple""

Choose a reason for hiding this comment

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

There’s an extra quote at the end of this value which will make the YAML invalid and break the action’s metadata parsing.

Current code:

color: "purple""

Suggested improvement:

color: "purple"

Icon zap and color purple are allowed values for branding, so fixing the quote should be sufficient.

inputs:
augment_session_auth:
Expand Down
Loading