Skip to content

Commit

Permalink
docs: replace aliased email with normal email
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2019
1 parent 4766fa8 commit f3bc71a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Expo GitHub Action
author: Cedric van Putten <me+expo-action@bycedric.com>
author: Cedric van Putten <me@bycedric.com>
description: Use Expo CLI in your GitHub Actions workflow.
branding:
icon: terminal
Expand Down
2 changes: 1 addition & 1 deletion base/2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <me+expo-action@bycedric.com>"
LABEL maintainer="Cedric van Putten <me@bycedric.com>"

RUN yarn global add expo-cli@2 \
&& yarn cache clean
Expand Down
2 changes: 1 addition & 1 deletion base/3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <me+expo-action@bycedric.com>"
LABEL maintainer="Cedric van Putten <me@bycedric.com>"

RUN yarn global add expo-cli@3 \
&& yarn cache clean
Expand Down

0 comments on commit f3bc71a

Please sign in to comment.