-
Notifications
You must be signed in to change notification settings - Fork 366
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
Support for actions/checkout@v4 with progress and filter #1298
Conversation
0231425
to
d806295
Compare
@lahma - if you're planing on completing this pull request, please can you add in the ability to specificity a My use case is to check out multiple repos side-by-side per this However to achieve this I need to check out the base/standard repo to a parallel sub-path. Such that the block look similar to this: - uses: actions/checkout@v4
with:
path: MySpecifiedBaseRepoPath As past of this one also need to fix-up White I can create an sub class of In the ideal case, it would be great to support more of the - name: checkout additional repo Org/AbcRepo
uses: actions/checkout@v4
with:
repository: Org/AbcRepo
ref: ${{ github.ref_name }}
fetch-depth: 0
ssh-key: ${{ secrets.REPO_SSH_SECRET }}
path: MySpecifiedPath I also hope that @matkoch is supportive of this addition. Thanks! |
7066bbe
to
985de83
Compare
0719711
to
6fe1e3b
Compare
2c6ef6b
to
6f46699
Compare
6d02194
to
4bfee84
Compare
6f46699
to
5ae0d6c
Compare
I confirm that the pull-request: