We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65287f commit 7f85e10Copy full SHA for 7f85e10
action.yml
@@ -1,8 +1,9 @@
1
name: 'GitHub Push'
2
description: 'Pushing to GitHub repository local changes'
3
-author: 'ad-m'
4
-icon: upload-cloud
5
-color: green
+author: 'ad-m'
+branding:
+ icon: upload-cloud
6
+ color: green
7
inputs:
8
github_token:
9
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
0 commit comments