Skip to content

Commit 81344e4

Browse files
committed
feat: use new action metadata format
1 parent 89005bc commit 81344e4

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
FROM bycedric/expo-cli:3
22

3-
LABEL com.github.actions.name="Expo CLI"
4-
LABEL com.github.actions.description="Use any Expo CLI command in your GitHub Actions workflow."
5-
LABEL com.github.actions.icon="terminal"
6-
LABEL com.github.actions.color="gray-dark"
7-
83
COPY entrypoint.sh LICENSE.md README.md /
94

105
# increase node's default memory limit to 4gb

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Expo GitHub Action
3+
author: Cedric van Putten <me+expo-action@bycedric.com>
4+
description: Use Expo CLI in your GitHub Actions workflow.
5+
branding:
6+
icon: terminal
7+
color: gray-dark
8+
runs:
9+
using: docker
10+
image: Dockerfile

0 commit comments

Comments
 (0)