File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
22
submodules : ${{ inputs.submodules-ssh-key && 'recursive' || false }}
23
23
ssh-key : ${{ inputs.submodules-ssh-key }}
24
24
25
+ - name : Show main readme
26
+ run : |
27
+ cat ./packages/sdk-components-animation/private-src/README.md || echo "No README found"
28
+ shell : bash
29
+
25
30
- name : Try checkout submodules to the same branch as main repo
26
31
if : ${{ inputs.submodules-ssh-key }}
27
32
run : |
34
39
35
40
- name : Show readme
36
41
run : |
37
- cat ./packages/sdk-components-animation/private-src/README.md
42
+ cat ./packages/sdk-components-animation/private-src/README.md || echo "No README found"
38
43
shell : bash
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-24.04-arm
26
26
27
27
steps :
28
+ - uses : actions/checkout@v4
29
+ with :
30
+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
31
+
28
32
- uses : ./.github/actions/checkout
29
33
with :
30
34
ref : ${{ github.event.pull_request.head.sha || github.sha }}
61
65
runs-on : ubuntu-latest
62
66
63
67
steps :
68
+ - uses : actions/checkout@v4
69
+ with :
70
+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
71
+
64
72
- uses : ./.github/actions/checkout
65
73
with :
66
74
ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
38
38
steps :
39
+ - uses : actions/checkout@v4
40
+ with :
41
+ ref : ${{ github.sha }}
42
+
39
43
- uses : ./.github/actions/checkout
40
44
with :
41
45
ref : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments