Update .github/workflows/perl-openwsman.yml
Co-authored-by: Kevin Duret <kduret@centreon.com>
This commit is contained in:
parent
f4c50bd919
commit
66ca30ead3
|
@ -166,7 +166,7 @@ jobs:
|
|||
distrib: ${{ matrix.distrib }}
|
||||
package_extension: ${{ matrix.package_extension }}
|
||||
arch: ${{ matrix.arch }}
|
||||
release: 2
|
||||
release: 4
|
||||
commit_hash: ${{ github.sha }}
|
||||
cache_key: cache-${{ github.sha }}-${{ matrix.package_extension }}-libwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }}
|
||||
|
|
Loading…
Reference in New Issue