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 :
1620 submodules : true
3943 matrix : ${{fromJson(needs.generate-matrix.outputs.matrix)}}
4044
4145 steps :
46+ - uses : webfactory/ssh-agent@v0.9.0
47+ with :
48+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
49+
4250 - uses : actions/checkout@v6
4351 with :
4452 submodules : true
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 :
2125 submodules : true
4650 matrix : ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
4751
4852 steps :
53+ - uses : webfactory/ssh-agent@v0.9.0
54+ with :
55+ ssh-private-key : ${{ secrets.RUSEFI_CORE_DEPLOY_KEY }}
56+
4957 - uses : actions/checkout@v4
5058 with :
5159 submodules : true
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