Skip to content

Commit f7e7c64

Browse files
committed
Merge branch 'main' into camera-streamer
2 parents 8c84f96 + df8f862 commit f7e7c64

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/custopize.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
devices: "pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
234234

235235
- name: "🔖 Create release & attach assets"
236-
uses: softprops/action-gh-release@v1
236+
uses: softprops/action-gh-release@v2
237237
with:
238238
name: "${{ env.RELEASE_NAME }}"
239239
tag_name: "${{ env.RELEASE_TAG }}"
@@ -254,14 +254,22 @@ jobs:
254254
needs: build
255255
steps:
256256
- name: 🏃‍♀️ Run test against testrig
257-
uses: jonas-schievink/workflow-proxy@v1
257+
uses: the-actions-org/workflow-dispatch@v4
258+
env:
259+
RUN_NAME: "Testing OctoPi-UpToDate ${{ needs.build.outputs.tag }}"
258260
with:
259261
token: ${{ secrets.DISPATCH_TOKEN }}
260-
workflow: Test against testrig
261262
repo: OctoPrint/devtools
263+
workflow: test_against_testrig.yml
262264
ref: main
263-
inputs: '{"image": "${{ needs.build.outputs.image-url }}", "target": "pic", "e2e-branch": "${{ needs.build.outputs.e2e-branch }}"}'
264-
repost-logs: false
265+
run-name: ${{ env.RUN_NAME }}
266+
inputs: >-
267+
{
268+
"image": "${{ needs.build.outputs.image-url }}",
269+
"target": "pic",
270+
"e2e-branch": "${{ needs.build.outputs.e2e-branch }}",
271+
"run-name": "${{ env.RUN_NAME }}"
272+
}
265273
266274
deploy:
267275
name: "Deploy"

0 commit comments

Comments
 (0)