From 1b7a1e3a52c880b4744da94a76666c72dd5d0b6f Mon Sep 17 00:00:00 2001 From: Joaquim Neto Date: Tue, 6 Apr 2021 10:43:26 -0300 Subject: [PATCH 1/2] chore: change description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9d80b94..3ff992e 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ name: 'Jekyll update github pages without new commit' author: DP6 -description: 'Update multiple gh-pages without generating new commit, trigger at a scheduled time. This action is ideal to work with github pages with remote_theme' +description: 'Update multiple gh-pages without generating new commit, trigger at a scheduled time.' inputs: DEPLOY_TOKEN: # id of input description: 'Personal access token of use with access to repositories with github pages enable' @@ -37,4 +37,4 @@ runs: args: - ${{ inputs.USER }} - ${{ inputs.DEPLOY_TOKEN }} - - ${{ inputs.FILTER }} \ No newline at end of file + - ${{ inputs.FILTER }} From f06e3193f1c5d52e3ed7c65f8e7ee3ae8b8c77de Mon Sep 17 00:00:00 2001 From: Joaquim Neto Date: Tue, 6 Apr 2021 10:53:55 -0300 Subject: [PATCH 2/2] docs: added icon --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 3ff992e..4fb3175 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,9 @@ name: 'Jekyll update github pages without new commit' author: DP6 description: 'Update multiple gh-pages without generating new commit, trigger at a scheduled time.' +branding: + icon: 'refresh-cw' + color: 'orange' inputs: DEPLOY_TOKEN: # id of input description: 'Personal access token of use with access to repositories with github pages enable'