Commit e4f2cc2 1 parent 45f0f55 commit e4f2cc2 Copy full SHA for e4f2cc2
File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 48
48
timeout-minutes : 8
49
49
strategy :
50
50
matrix :
51
- job_sid : ${{ fromJson (needs.fork.outputs.job_sid) }}
51
+ job_sid : ${{ fromJSON (needs.fork.outputs.job_sid) }}
52
52
steps :
53
53
- name : Checkout repository (default ref)
54
54
if : ${{ github.event.inputs.ref_name == '' }}
60
60
with :
61
61
ref : ${{ github.event.inputs.ref_name }}
62
62
63
- - name : Switch to Gradle Binary Distribution
64
- run : sed -i 's/-all.zip/-bin.zip/' gradle/wrapper/gradle-wrapper.properties
65
-
66
63
- name : Setup Java
67
64
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
68
65
with :
@@ -124,9 +121,6 @@ jobs:
124
121
- name : Unpack fork artifacts
125
122
run : for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done
126
123
127
- - name : Switch to Gradle Binary Distribution
128
- run : sed -i 's/-all.zip/-bin.zip/' gradle/wrapper/gradle-wrapper.properties
129
-
130
124
- name : Setup Java
131
125
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
132
126
with :
You can’t perform that action at this time.
0 commit comments