File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -246,14 +246,22 @@ jobs:
246
246
needs : build
247
247
steps :
248
248
- name : 🏃♀️ Run test against testrig
249
- uses : jonas-schievink/workflow-proxy@v1
249
+ uses : the-actions-org/workflow-dispatch@v4
250
+ env :
251
+ RUN_NAME : " Testing OctoPi-UpToDate ${{ needs.build.outputs.tag }}"
250
252
with :
251
253
token : ${{ secrets.DISPATCH_TOKEN }}
252
- workflow : Test against testrig
253
254
repo : OctoPrint/devtools
255
+ workflow : test_against_testrig.yml
254
256
ref : main
255
- inputs : ' {"image": "${{ needs.build.outputs.image-url }}", "target": "pic", "e2e-branch": "${{ needs.build.outputs.e2e-branch }}"}'
256
- repost-logs : false
257
+ run-name : ${{ env.RUN_NAME }}
258
+ inputs : >-
259
+ {
260
+ "image": "${{ needs.build.outputs.image-url }}",
261
+ "target": "pic",
262
+ "e2e-branch": "${{ needs.build.outputs.e2e-branch }}",
263
+ "run-name": "${{ env.RUN_NAME }}"
264
+ }
257
265
258
266
deploy :
259
267
name : " Deploy"
You can’t perform that action at this time.
0 commit comments