From 6d7392cc09433da1446972e02061f6b886aef5b0 Mon Sep 17 00:00:00 2001 From: andry81 Date: Mon, 10 Jul 2023 04:45:06 +0300 Subject: [PATCH] 2023.07.10: * new: action.yml: branding values --- action.yml | 4 ++++ changelog.txt | 3 +++ 2 files changed, 7 insertions(+) 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