File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 # As a workaround, we generate a path to the actual pull request's commit, it looks like:
1010 # `github.com/external-org/go-libp2p@latest-commit-on-their-branch`
1111 run-ping-interop-cross-version :
12- uses : " libp2p /test-plans/.github/workflows/run-composition.yml@master"
12+ uses : " laurentsenta /test-plans/.github/workflows/run-composition.yml@master"
1313 with :
1414 composition_file : " ping/_compositions/rust-cross-versions.toml"
1515 custom_git_target : github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
1616 custom_git_reference : ${{ github.event.pull_request.head.sha || github.sha }}
1717 run-ping-interop-cross-implementation :
18- uses : " libp2p /test-plans/.github/workflows/run-composition.yml@master"
18+ uses : " laurentsenta /test-plans/.github/workflows/run-composition.yml@master"
1919 with :
2020 composition_file : " ping/_compositions/go-rust-interop.toml"
2121 custom_git_target : github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
You can’t perform that action at this time.
0 commit comments