File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13-
14- - name : git fetch
15- run : |
16- git fetch
17- - name : git checkout
18- run : |
19- git checkout ${{ github.head_ref }}
13+ with :
14+ ref : ${{ github.head_ref }}
15+ repository : ${{ github.head_repo.full_name }}
2016
2117 - name : Set up Docker Buildx
2218 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 99 tox :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
13+ with :
14+ ref : ${{ github.head_ref }}
15+ repository : ${{ github.head_repo.full_name }}
1316
1417 - name : build tox container
1518 run : |
2124 runs-on : ubuntu-latest
2225 steps :
2326 - uses : actions/checkout@v4
27+ with :
28+ ref : ${{ github.head_ref }}
29+ repository : ${{ github.head_repo.full_name }}
2430 - name : Install dependencies
2531 run : npm ci
2632 - name : Run tests
You can’t perform that action at this time.
0 commit comments