Skip to content

Commit f3bc71a

Browse files
committed
docs: replace aliased email with normal email
1 parent 4766fa8 commit f3bc71a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Expo GitHub Action
3-
author: Cedric van Putten <me+expo-action@bycedric.com>
3+
author: Cedric van Putten <me@bycedric.com>
44
description: Use Expo CLI in your GitHub Actions workflow.
55
branding:
66
icon: terminal

base/2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:10
33
LABEL name="Expo for Docker"
44
LABEL repository="https://github.com/expo/expo-github-action"
55
LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base"
6-
LABEL maintainer="Cedric van Putten <me+expo-action@bycedric.com>"
6+
LABEL maintainer="Cedric van Putten <me@bycedric.com>"
77

88
RUN yarn global add expo-cli@2 \
99
&& yarn cache clean

base/3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:12
33
LABEL name="Expo for Docker"
44
LABEL repository="https://github.com/expo/expo-github-action"
55
LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base"
6-
LABEL maintainer="Cedric van Putten <me+expo-action@bycedric.com>"
6+
LABEL maintainer="Cedric van Putten <me@bycedric.com>"
77

88
RUN yarn global add expo-cli@3 \
99
&& yarn cache clean

0 commit comments

Comments
 (0)