Support for actions/checkout@v4 with progress and filter#1298
Support for actions/checkout@v4 with progress and filter#1298matkoch merged 1 commit intonuke-build:developfrom
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: MySpecifiedBaseRepoPathAs 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: MySpecifiedPathI 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: