From c7c8ef551f91681b8edf28484b3f97b42960d38c Mon Sep 17 00:00:00 2001 From: andry81 Date: Mon, 10 Jul 2023 04:57:35 +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 928c480..d14eb3d 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,10 @@ name: check-os-version description: 'GitHub composite action to check and read OS version details into variables' +branding: + icon: info + color: gray + inputs: gh-var-tags: description: GitHub variables to return as list of tags diff --git a/changelog.txt b/changelog.txt index b37e56e..effae67 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2023.07.10: +* new: action.yml: branding values + 2023.07.05: * changed: README.md: known issues link address change and cleanup