Skip to content

Commit

Permalink
chore: switch to the-actions-org/workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 6, 2024
1 parent 28f83a7 commit df8f862
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/custopize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,22 @@ jobs:
needs: build
steps:
- name: 🏃‍♀️ Run test against testrig
uses: jonas-schievink/workflow-proxy@v1
uses: the-actions-org/workflow-dispatch@v4
env:
RUN_NAME: "Testing OctoPi-UpToDate ${{ needs.build.outputs.tag }}"
with:
token: ${{ secrets.DISPATCH_TOKEN }}
workflow: Test against testrig
repo: OctoPrint/devtools
workflow: test_against_testrig.yml
ref: main
inputs: '{"image": "${{ needs.build.outputs.image-url }}", "target": "pic", "e2e-branch": "${{ needs.build.outputs.e2e-branch }}"}'
repost-logs: false
run-name: ${{ env.RUN_NAME }}
inputs: >-
{
"image": "${{ needs.build.outputs.image-url }}",
"target": "pic",
"e2e-branch": "${{ needs.build.outputs.e2e-branch }}",
"run-name": "${{ env.RUN_NAME }}"
}
deploy:
name: "Deploy"
Expand Down

0 comments on commit df8f862

Please sign in to comment.