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

Specify working directory #292

Open
objectiveSee opened this issue Jul 7, 2024 · 1 comment
Open

Specify working directory #292

objectiveSee opened this issue Jul 7, 2024 · 1 comment

Comments

@objectiveSee
Copy link

Topic and scope of discussion

Project is in a monorepo, where the root of the RN app is ./client. How can I use this action to correctly run from my client directory?

@tharakadesilva
Copy link
Contributor

@objectiveSee What is the exact action that you are running? I am using the continuous-deploy-fingerprint action and I can set it with:

      - name: Continuously Deploy Development
        uses: expo/expo-github-action/continuous-deploy-fingerprint@main
        with:
          profile: development
          branch: development
          working-directory: apps/expo

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

No branches or pull requests

2 participants