fix
This commit is contained in:
parent
cfd8cd1ed8
commit
f647dbf309
|
@ -108,7 +108,7 @@ jobs:
|
||||||
module_name: plugins
|
module_name: plugins
|
||||||
distrib: ${{ matrix.distrib }}
|
distrib: ${{ matrix.distrib }}
|
||||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||||
stability: unstable
|
stability: ${{ inputs.stability }}
|
||||||
artifactory_token: ${{ secrets.artifactory_token }}
|
artifactory_token: ${{ secrets.artifactory_token }}
|
||||||
|
|
||||||
deliver-deb-legacy:
|
deliver-deb-legacy:
|
||||||
|
|
Loading…
Reference in New Issue