File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 outputs :
1212 matrix : ${{ steps.set-matrix.outputs.matrix }}
1313 steps :
14+ - uses : webfactory/ssh-agent@v0.9.0
15+ with :
16+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
17+
1418 - uses : actions/checkout@v6
1519 with :
16- submodules : true
20+ submodules : false
21+
22+ - name : Checkout submodules
23+ run : git submodule update --init --force --depth=1
1724
1825 - name : Set matrix
1926 id : set-matrix
3946 matrix : ${{fromJson(needs.generate-matrix.outputs.matrix)}}
4047
4148 steps :
49+ - uses : webfactory/ssh-agent@v0.9.0
50+ with :
51+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
52+
4253 - uses : actions/checkout@v6
4354 with :
44- submodules : true
55+ submodules : false
56+
57+ - name : Checkout submodules
58+ run : git submodule update --init --force --depth=1
4559
4660 - name : Set run variables
4761 id : set-variables
Original file line number Diff line number Diff line change 1616 matrix : ${{ steps.set-matrix.outputs.matrix }}
1717 tag : ${{ steps.set-tag.outputs.tag }}
1818 steps :
19+ - uses : webfactory/ssh-agent@v0.9.0
20+ with :
21+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
22+
1923 - uses : actions/checkout@v4
2024 with :
21- submodules : true
25+ submodules : false
26+
27+ - name : Checkout submodules
28+ run : git submodule update --init --force --depth=1
2229
2330 - name : Set matrix
2431 id : set-matrix
4653 matrix : ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
4754
4855 steps :
56+ - uses : webfactory/ssh-agent@v0.9.0
57+ with :
58+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
59+
4960 - uses : actions/checkout@v4
5061 with :
51- submodules : true
62+ submodules : false
63+
64+ - name : Checkout submodules
65+ run : git submodule update --init --force --depth=1
5266
5367 - uses : ./ext/rusefi/.github/workflows/custom-board-build
5468 with :
Original file line number Diff line number Diff line change 11[submodule "ext/rusefi "]
22 path = ext/rusefi
3- url = https:// github.com/ mazduino/rusefi-core.git
3+ url = git@ github.com: mazduino/rusefi-core.git
You can’t perform that action at this time.
0 commit comments