We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9124b4 commit 514953fCopy full SHA for 514953f
.github/workflows/unittest.yaml
@@ -16,9 +16,10 @@ jobs:
16
runs-on: self-hosted
17
18
steps:
19
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
20
with:
21
path: trinity-${{ github.run_id }}
22
+ ref: refs/pull/${{ github.event.issue.number }}/head
23
24
- name: Setup docker compose
25
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker
0 commit comments