Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding the command passed to Expo #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lawrencejones
Copy link

You may want to call into the command action using a provided command string rather than what comes from the GitHub Action.

This is useful if you want to write an action that listens for a specific shortcut (e.g. #release production) which then calls the expo/eas command supported by the official action. Then you benefit from the nice shortcut, remove the possibility of misconfiguration, while keeping the official GHA's behaviour like posting builds back to the PR or responding to the original comment.

Linked issue

Provide the issue(s) which this pull request relates to or fixes.

Additional context

Are there things the maintainers should be aware of before merging or closing this pull request?

@lawrencejones lawrencejones force-pushed the lawrence-command-allow-override branch from 8e802bf to 0aea399 Compare June 4, 2024 14:44
You may want to call into the command action using a provided command
string rather than what comes from the GitHub Action.

This is useful if you want to write an action that listens for a
specific shortcut (e.g. `#release production`) which then calls the
expo/eas command supported by the official action. Then you benefit from
the nice shortcut, remove the possibility of misconfiguration, while
keeping the official GHA's behaviour like posting builds back to the PR
or responding to the original comment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants