Skip to content

Commit

Permalink
feat: use new action metadata format
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2019
1 parent 89005bc commit 81344e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM bycedric/expo-cli:3

LABEL com.github.actions.name="Expo CLI"
LABEL com.github.actions.description="Use any Expo CLI command in your GitHub Actions workflow."
LABEL com.github.actions.icon="terminal"
LABEL com.github.actions.color="gray-dark"

COPY entrypoint.sh LICENSE.md README.md /

# increase node's default memory limit to 4gb
Expand Down
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Expo GitHub Action
author: Cedric van Putten <[email protected]>
description: Use Expo CLI in your GitHub Actions workflow.
branding:
icon: terminal
color: gray-dark
runs:
using: docker
image: Dockerfile

0 comments on commit 81344e4

Please sign in to comment.