Skip to content

Commit

Permalink
chore: add branding & improve desc
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori authored Apr 2, 2024
1 parent 32dc124 commit d7f4a07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'PR-Agent Wiki Configuration Loader'
name: 'PR Agent Wiki Configuration Loader'
description: 'Load .pr_agent.toml.md in Wiki page and set to environment'
branding:
icon: 'award'
color: 'green'
inputs:
page-name:
description: 'toml page name'
Expand Down Expand Up @@ -79,4 +82,4 @@ runs:
toml_conf = get_conf()
added_toml_conf = add_common_instructions(toml_conf)
set_to_env(added_toml_conf)

0 comments on commit d7f4a07

Please sign in to comment.