Commit 3398f01 1 parent aed3bd7 commit 3398f01 Copy full SHA for 3398f01
File tree 2 files changed +21
-6
lines changed
2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 21
21
contents : read
22
22
pull-requests : write
23
23
steps :
24
+ - name : Checkout
25
+ uses : actions/checkout@v4
26
+
24
27
- name : Set PR status comment
25
28
uses : ./.github/actions/status-comment
26
29
continue-on-error : true
31
34
32
35
[Wait for it...](https://github.com/vercel/turbo/actions/runs/${{ github.run_id }})
33
36
34
- - name : Checkout
35
- uses : actions/checkout@v4
36
-
37
37
- name : CI related changes
38
38
id : ci
39
39
uses : technote-space/get-diff-action@v6
@@ -359,6 +359,11 @@ jobs:
359
359
pull-requests : write
360
360
runs-on : ubuntu-latest
361
361
steps :
362
+ - name : Checkout actions
363
+ uses : actions/checkout@v4
364
+ with :
365
+ sparse-checkout : .github
366
+
362
367
- name : Compute info
363
368
id : info
364
369
if : always()
Original file line number Diff line number Diff line change 21
21
contents : read
22
22
pull-requests : write
23
23
steps :
24
+ - name : Checkout
25
+ uses : actions/checkout@v4
26
+
24
27
- name : Set PR status comment
25
28
uses : ./.github/actions/status-comment
26
29
continue-on-error : true
31
34
32
35
[Wait for it...](https://github.com/vercel/turbo/actions/runs/${{ github.run_id }})
33
36
34
- - name : Checkout
35
- uses : actions/checkout@v4
36
-
37
37
- name : CI related changes
38
38
id : ci
39
39
uses : technote-space/get-diff-action@v6
@@ -867,6 +867,11 @@ jobs:
867
867
pull-requests : write
868
868
runs-on : ubuntu-latest
869
869
steps :
870
+ - name : Checkout actions
871
+ uses : actions/checkout@v4
872
+ with :
873
+ sparse-checkout : .github
874
+
870
875
- name : Compute info
871
876
id : info
872
877
if : always()
@@ -1004,6 +1009,11 @@ jobs:
1004
1009
pull-requests : write
1005
1010
runs-on : ubuntu-latest
1006
1011
steps :
1012
+ - name : Checkout actions
1013
+ uses : actions/checkout@v4
1014
+ with :
1015
+ sparse-checkout : .github
1016
+
1007
1017
- name : Compute info
1008
1018
id : info
1009
1019
if : always()
You can’t perform that action at this time.
0 commit comments