From a5e8c46c2738a506037ed6e2bd9abb1b750f0df3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Apr 2021 19:45:31 +0300 Subject: workflows/ppa: rename the workflow --- .github/workflows/ppa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ppa.yml b/.github/workflows/ppa.yml index cdae2bb..afc7790 100644 --- a/.github/workflows/ppa.yml +++ b/.github/workflows/ppa.yml @@ -1,4 +1,4 @@ -name: Upload to PPA +name: Publish (Launchpad) on: push: @@ -16,8 +16,8 @@ jobs: - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v3 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} + gpg-private-key: '${{ secrets.GPG_PRIVATE_KEY }}' + passphrase: '${{ secrets.GPG_PASSPHRASE }}' - name: Install dependencies run: cd debian && sudo make deps - name: Create cowbuilder image -- cgit v1.2.3