0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 11:28:33 +00:00

Fix typo in workflow files

This commit is contained in:
Dan Petersen 2021-02-10 01:54:06 +01:00
parent 55187e173f
commit 206ed8c0ef
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
id: import_gpg
uses: danitso/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY }
gpg-private-key: ${{ secrets.GPG_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
name: Create release

View File

@ -25,7 +25,7 @@ jobs:
id: import_gpg
uses: danitso/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY }
gpg-private-key: ${{ secrets.GPG_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
name: Create release