From f3bc71a12ae96453229170b149a5a3b5ad96d2f2 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Wed, 4 Sep 2019 22:24:38 +0000 Subject: [PATCH] docs: replace aliased email with normal email --- action.yml | 2 +- base/2/Dockerfile | 2 +- base/3/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 772b0c9e..1e820f51 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ --- name: Expo GitHub Action -author: Cedric van Putten +author: Cedric van Putten description: Use Expo CLI in your GitHub Actions workflow. branding: icon: terminal diff --git a/base/2/Dockerfile b/base/2/Dockerfile index 96bb5736..aac97179 100644 --- a/base/2/Dockerfile +++ b/base/2/Dockerfile @@ -3,7 +3,7 @@ FROM node:10 LABEL name="Expo for Docker" LABEL repository="https://github.com/expo/expo-github-action" LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base" -LABEL maintainer="Cedric van Putten " +LABEL maintainer="Cedric van Putten " RUN yarn global add expo-cli@2 \ && yarn cache clean diff --git a/base/3/Dockerfile b/base/3/Dockerfile index aaa25dc8..22658891 100644 --- a/base/3/Dockerfile +++ b/base/3/Dockerfile @@ -3,7 +3,7 @@ FROM node:12 LABEL name="Expo for Docker" LABEL repository="https://github.com/expo/expo-github-action" LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base" -LABEL maintainer="Cedric van Putten " +LABEL maintainer="Cedric van Putten " RUN yarn global add expo-cli@3 \ && yarn cache clean