fix yaml lint

This commit is contained in:
a-eljazouly 2024-02-06 09:12:39 +01:00
parent a2067bfbef
commit a077d95bdf
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
sign-rpm: sign-rpm:
needs: [package-rpm,merge-package-rpm-artifacts] needs: [package-rpm, merge-package-rpm-artifacts]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
@ -447,7 +447,7 @@ jobs:
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
download-and-cache-deb: download-and-cache-deb:
needs: [package-deb,merge-package-deb-artifacts] needs: [package-deb, merge-package-deb-artifacts]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix: