You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am checking out multiple repositories like this:
- name: Checkout this repouses: actions/checkout@v2with:
path: thisfetch-depth: 2
- name: Checkout another repouses: actions/checkout@v2with:
repository: SomeAccount/AnotherRepopath: anotherfetch-depth: 2
But this action only works for default checkout path.
Describe the solution you'd like?
Like this:
- name: Get changed files from this repoid: changed-files-thisuses: tj-actions/[email protected]with:
# Same path as in the "checkout" actionpath: this
- name: Get changed files from another repoid: changed-files-anotheruses: tj-actions/[email protected]with:
# Same path as in the "checkout" actionpath: another
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am checking out multiple repositories like this:
But this action only works for default checkout path.
Describe the solution you'd like?
Like this:
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: