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

Add an optional base directory #8

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

Conversation

AlbertoPdRF
Copy link

@AlbertoPdRF AlbertoPdRF commented Aug 12, 2020

This PR adds an optional base_directory from which to execute all commands. This is useful for deploying apps that live in monorepos.

To test that this works, I:

  1. Forked this repository
  2. Merged my changes into the master branch of my fork
  3. Created a release including the changes
  4. Used the action as part of a workflow on a test repository

This PR also includes some formatting changes made by Prettier, although I can get rid of those if necessary!

@perelin
Copy link

perelin commented Apr 13, 2022

I could really use this right now. working-directory does not seem to work for building in a subdirectory.

@ewels
Copy link

ewels commented Mar 20, 2023

Came here looking for this as well..

working-directory does not seem to work for building in a subdirectory.

I tried this too, but it's only for GitHub Actions run steps, so doesn't work here as we're with an action uses. In this case we need it to be built into the action that is being used.

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.

None yet

3 participants