This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow-cancel-workflow-runs.git
commit 022a420113e1728989d3567ab17607f356c47694 Author: Jason T. Greene <[email protected]> AuthorDate: Wed Feb 19 15:04:37 2020 -0600 Add branding info --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f9f98bb..d832731 100644 --- a/action.yml +++ b/action.yml @@ -8,3 +8,6 @@ inputs: runs: using: 'node12' main: 'dist/index.js' +branding: + icon: 'play' + color: 'orange'
