1
0
mirror of https://github.com/python-LimeReport/devcontainer.git synced 2024-12-23 14:43:00 +03:00

fix workflow

This commit is contained in:
Maxim Slipenko 2023-07-30 09:37:54 +03:00
parent 67f2330577
commit 2f470e9da3

View File

@ -22,8 +22,9 @@ jobs:
- qt: 6.5.1
python: 3.9
- name: Invoke workflow with inputs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: docker-publish.yml
inputs: '{ "qt": ${{ matrix.qt }}, "python": ${{ matrix.python }} }'
steps:
- name: Invoke workflow with inputs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: docker-publish.yml
inputs: '{ "qt": ${{ matrix.qt }}, "python": ${{ matrix.python }} }'