From 8000c3e8b73e6c33a9cd7086bb0a0b0ef9d4604f Mon Sep 17 00:00:00 2001 From: LordGrey Date: Mon, 25 Jul 2022 07:44:10 +0200 Subject: [PATCH] Align inputs names to crazy-max/ghaction-import-gpg v5 --- .github/workflows/apt.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index 6df0fa91..b5441bd8 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -90,7 +90,7 @@ jobs: - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v5.0.0 with: - gpg-private-key: ${{ secrets.APT_GPG }} + gpg_private_key: ${{ secrets.APT_GPG }} - name: Install reprepro run: sudo apt -y install reprepro diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 13deca7b..b6d42549 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -136,7 +136,7 @@ jobs: - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v5.0.0 with: - gpg-private-key: ${{ secrets.APT_GPG }} + gpg_private_key: ${{ secrets.APT_GPG }} - name: Install reprepro run: sudo apt -y install reprepro