mirror of
https://github.com/python-LimeReport/devcontainer.git
synced 2024-12-24 15:04:39 +03:00
fix workflow
This commit is contained in:
parent
67f2330577
commit
2f470e9da3
11
.github/workflows/run-on-push.yml
vendored
11
.github/workflows/run-on-push.yml
vendored
@ -22,8 +22,9 @@ jobs:
|
|||||||
- qt: 6.5.1
|
- qt: 6.5.1
|
||||||
python: 3.9
|
python: 3.9
|
||||||
|
|
||||||
- name: Invoke workflow with inputs
|
steps:
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
- name: Invoke workflow with inputs
|
||||||
with:
|
uses: benc-uk/workflow-dispatch@v1
|
||||||
workflow: docker-publish.yml
|
with:
|
||||||
inputs: '{ "qt": ${{ matrix.qt }}, "python": ${{ matrix.python }} }'
|
workflow: docker-publish.yml
|
||||||
|
inputs: '{ "qt": ${{ matrix.qt }}, "python": ${{ matrix.python }} }'
|
||||||
|
Loading…
Reference in New Issue
Block a user