You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/27 13:52:32 UTC

[airflow-cancel-workflow-runs] 16/44: Add branding info

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 <ja...@redhat.com>
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'