File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 permissions :
2323 contents : write
2424 steps :
25- - uses : lewagon/wait-on-check-action@v1.3.4
26- with :
27- ref : ${{ github.ref }}
28- check-name : ' build (full)'
29- repo-token : ${{ secrets.GITHUB_TOKEN }}
30- wait-interval : 10
31-
32- - uses : lewagon/wait-on-check-action@v1.3.4
33- with :
34- ref : ${{ github.ref }}
35- check-name : ' deploy'
36- repo-token : ${{ secrets.GITHUB_TOKEN }}
37- wait-interval : 10
38-
3925 - uses : actions/checkout@v4
4026 with :
4127 fetch-depth : 0
6046 permissions :
6147 contents : write
6248 steps :
63- - uses : lewagon/wait-on-check-action@v1.3.4
64- with :
65- ref : ${{ github.ref }}
66- check-name : ' build'
67- repo-token : ${{ secrets.GITHUB_TOKEN }}
68- wait-interval : 10
69-
7049 - uses : actions/checkout@v4
7150 with :
7251 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 - uses : lewagon/wait-on-check-action@v1.3.4
1818 with :
1919 ref : ${{ github.ref }}
20- check-name : ' build'
20+ check-name : ' build (full)'
21+ repo-token : ${{ secrets.GITHUB_TOKEN }}
22+ wait-interval : 10
23+
24+ - uses : lewagon/wait-on-check-action@v1.3.4
25+ with :
26+ ref : ${{ github.ref }}
27+ check-name : ' deploy'
2128 repo-token : ${{ secrets.GITHUB_TOKEN }}
2229 wait-interval : 10
2330
You can’t perform that action at this time.
0 commit comments