-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move cli to root as default
This makes it easier and understandable for users using GitHub Actions, they only have to specify `uses = "bycedric/ci-expo@master"`.
- Loading branch information
Showing
4 changed files
with
33 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.description="Use Expo CLI in your GitHub Actions workflow." | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.