Skip to content

Commit

Permalink
refactor: tag all actions as unofficial for release to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 2, 2019
1 parent 4cf38f9 commit f56443a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Expo CLI"
LABEL com.github.actions.name="Expo CLI (unofficial)"
LABEL com.github.actions.description="Use any Expo command in your GitHub Actions workflow."
LABEL com.github.actions.icon="terminal"
LABEL com.github.actions.color="gray-dark"
2 changes: 1 addition & 1 deletion login/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Login with Expo"
LABEL com.github.actions.name="Login with Expo (unofficial)"
LABEL com.github.actions.description="Authenticate with Expo your GitHub Actions workflow."
LABEL com.github.actions.icon="log-in"
LABEL com.github.actions.color="gray-dark"
Expand Down
2 changes: 1 addition & 1 deletion publish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bycedric/ci-expo:2

LABEL com.github.actions.name="Publish to Expo"
LABEL com.github.actions.name="Publish to Expo (unofficial)"
LABEL com.github.actions.description="Publish a new release to Expo in your GitHub Actions workflow."
LABEL com.github.actions.icon="box"
LABEL com.github.actions.color="gray-dark"
Expand Down

0 comments on commit f56443a

Please sign in to comment.