diff --git a/action.yml b/action.yml index 3bef4e0..f625648 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,8 @@ name: 'GitHub Push' description: 'Pushing to GitHub repository local changes' -author: 'ad-m' +author: 'ad-m' +icon: upload-cloud +color: green inputs: github_token: description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'