We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89005bc commit 81344e4Copy full SHA for 81344e4
2 files changed
Dockerfile
@@ -1,10 +1,5 @@
1
FROM bycedric/expo-cli:3
2
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
-
8
COPY entrypoint.sh LICENSE.md README.md /
9
10
# increase node's default memory limit to 4gb
action.yml
@@ -0,0 +1,10 @@
+---
+name: Expo GitHub Action
+author: Cedric van Putten <me+expo-action@bycedric.com>
+description: Use Expo CLI in your GitHub Actions workflow.
+branding:
+ icon: terminal
+ color: gray-dark
+runs:
+ using: docker
+ image: Dockerfile
0 commit comments