diff --git a/action.yml b/action.yml index d44e51f..a788a7b 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,10 @@ name: accum-board-stats description: 'GitHub composite action to request and accumulate a forum board post replies and views statistic' +branding: + icon: download + color: yellow + inputs: topic_query_url: description: 'URL to query topic or post to request its replies and views' diff --git a/changelog.txt b/changelog.txt index 8d6e505..fe5bec6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2023.07.10: +* new: action.yml: branding values + 2023.07.10: * changed: README.md: missed change