From 81893350399c8d817b9eec271967bfa284ec3043 Mon Sep 17 00:00:00 2001 From: valkyrie_pilot Date: Tue, 2 Aug 2022 10:13:18 -0600 Subject: [PATCH 1/2] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b71c86c..5394515 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'R2 Release' description: 'Upload a file to CloudFlare R2 to release it' +icon: 'archive' +color: 'blue' inputs: endpoint: description: 'S3 API endpoint' @@ -22,4 +24,4 @@ inputs: default: "" runs: using: 'node16' - main: 'index.js' \ No newline at end of file + main: 'index.js' From 5f41da88ba6f32ca91e5143df14bc7095a69603f Mon Sep 17 00:00:00 2001 From: valkyrie_pilot Date: Tue, 2 Aug 2022 10:15:18 -0600 Subject: [PATCH 2/2] Update action.yml --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5394515..d2a5c1a 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'R2 Release' description: 'Upload a file to CloudFlare R2 to release it' -icon: 'archive' -color: 'blue' +branding: + icon: 'archive' + color: 'blue' inputs: endpoint: description: 'S3 API endpoint'