From 90f853f2e8838fa8a169bfccd16a72810f7c7fcc Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 1 Mar 2022 00:45:56 -0300 Subject: [PATCH] Update action.yaml --- action.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 4d0b918..a69d2ee 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,6 @@ name: Calbuilder author: Santiago Lo Coco -description: Makepkg build, namcap check and generate .SRCINFO +description: Makepkg, analyze it with namcap, and output the package file and its .SRCINFO branding: color: green icon: zap @@ -9,6 +9,19 @@ inputs: description: "PKGBUILD directory relative path." required: false default: "." + gpgPublicKey: + description: "GPG public key that will be used to sign packages." + required: false + default: "" + gpgPrivateKey: + description: "GPG private key." + required: false + default: "" + gpgPassphrase: + description: "The GPG passphrase for the gpgPrivateKey." + required: false + default: "" + outputs: srcInfo: description: "Generated .SRCINFO"