File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -560,12 +560,12 @@ jobs:
560
560
uses : codex-/return-dispatch@v1
561
561
id : return_dispatch
562
562
with :
563
- token : ${{ secrets.HIL_CORE_DISPATCH_TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
563
+ token : ${{ secrets.HIL_CORE_DISPATCH_TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
564
564
ref : main # or refs/heads/target_branch
565
565
repo : depthai-core-hil-tests
566
566
owner : luxonis
567
567
workflow : regression_test.yml
568
- workflow_inputs : ' {"commit": "${{ github.ref }}", "sha": "${{ github.sha }}", " parent_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
568
+ workflow_inputs : ' {"commit": "${{ github.ref }}", "parent_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
569
569
workflow_timeout_seconds : 120 # Default: 300
570
570
571
571
- name : Release
You can’t perform that action at this time.
0 commit comments