feat: Add support for remote GitHub repository + working directory#67
feat: Add support for remote GitHub repository + working directory#67xakraz wants to merge 3 commits intoryancyq:mainfrom
Conversation
|
@xakraz thank you the contribution. Could you please describe the use cases in the PR as well. The owner and repo selection part is quite straightforward but the CWD is a little confusing. The workdir switching should be done before invoking the action and the "workspace" input should be sufficient for action execution in the nested directory. |
|
Hi @ryancyq , thank you for reviewing and considering my PR 🙏🏻 Our current use case is the following:
At first, I tried to use the "workspace" input parameter of your GHA but I didn't manage to make it work as expected. Or maybe I missed something 😅 What do you mean by ?
|
|
Hi @ryancyq 👋🏻 Any considerations regarding my PR and answer? Happy holiday season ❄️ 🎄 |
* Update repo.ts Signed-off-by: Xavier Krantz <[email protected]> * fix: missing ) * update repo.ts * fixup: build dist * fix: return "" on tags * chore(readme): Update inputs --------- Signed-off-by: Xavier Krantz <[email protected]> Co-authored-by: Stessy Mougeot <[email protected]>
|
Hi @ryancyq 👋🏻 I have updated my PR. |
No description provided.