File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed
actions/submodules-checkout Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ description: |
4
4
Sets up the CI environment for the project.
5
5
6
6
inputs :
7
- ref :
8
- description : " The ref to checkout"
9
- required : false
10
- default : ${{ github.event.pull_request.head.sha || github.sha }}
11
7
submodules-ssh-key :
12
8
description : " The SSH key to private submodules to use for the checkout"
13
9
required : false
Original file line number Diff line number Diff line change 33
33
- uses : actions/checkout@v4
34
34
with :
35
35
ref : ${{ github.event.pull_request.head.sha || github.sha }}
36
- - uses : ./.github/actions/checkout
36
+ - uses : ./.github/actions/submodules- checkout
37
37
with :
38
- ref : ${{ github.event.pull_request.head.sha || github.sha }}
39
38
submodules-ssh-key : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
40
39
41
40
- uses : ./.github/actions/ci-setup
Original file line number Diff line number Diff line change 29
29
with :
30
30
ref : ${{ github.event.pull_request.head.sha || github.sha }}
31
31
32
- - uses : ./.github/actions/checkout
33
- with :
34
- ref : ${{ github.event.pull_request.head.sha || github.sha }}
35
-
36
32
- uses : ./.github/actions/ci-setup
37
33
38
34
- uses : actions/cache@v4
53
49
- run : pnpm --filter=@webstudio-is/prisma-client build
54
50
- run : pnpm -r typecheck
55
51
56
- - uses : ./.github/actions/checkout
52
+ - uses : ./.github/actions/submodules- checkout
57
53
with :
58
- ref : ${{ github.event.pull_request.head.sha || github.sha }}
59
54
submodules-ssh-key : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
60
55
61
56
- run : |
69
64
with :
70
65
ref : ${{ github.event.pull_request.head.sha || github.sha }}
71
66
72
- - uses : ./.github/actions/checkout
67
+ - uses : ./.github/actions/submodules- checkout
73
68
with :
74
- ref : ${{ github.event.pull_request.head.sha || github.sha }}
75
69
submodules-ssh-key : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
76
70
77
71
- uses : ./.github/actions/ci-setup
Original file line number Diff line number Diff line change 40
40
with :
41
41
ref : ${{ github.sha }}
42
42
43
- - uses : ./.github/actions/checkout
43
+ - uses : ./.github/actions/submodules- checkout
44
44
with :
45
- ref : ${{ github.sha }}
46
45
submodules-ssh-key : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
47
46
48
47
- uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments