From 520d9594e099c7b2475d8b376303466a187bcafa Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 3 Mar 2022 10:37:43 -0800 Subject: [PATCH] chore: update github action author name (#166) * chore: update default github action author name * chore: update comment preview github action author name --- action.yml | 2 +- preview-comment/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 73cb882d..e2d25e44 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ --- name: Expo GitHub Action -author: Cedric van Putten +author: Expo description: Publish, build or manage your Expo app with GitHub Actions branding: icon: terminal diff --git a/preview-comment/action.yml b/preview-comment/action.yml index 381b0712..ba71f633 100644 --- a/preview-comment/action.yml +++ b/preview-comment/action.yml @@ -1,6 +1,6 @@ --- name: Expo GitHub Action - Preview comment -author: Cedric van Putten +author: Expo description: Add Expo preview comments to pull requests branding: icon: message-circle