From 5c5dbcfc72c22ece02e43df104d298467b0fefcd Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 3 Mar 2023 11:34:15 +0100 Subject: [PATCH] ci/cd - fix type in push-packagecloud workflow --- .github/workflows/staging-push-packagecloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-push-packagecloud.yml b/.github/workflows/staging-push-packagecloud.yml index dc8b39c58..cc0ecb4d2 100644 --- a/.github/workflows/staging-push-packagecloud.yml +++ b/.github/workflows/staging-push-packagecloud.yml @@ -60,5 +60,5 @@ jobs: PACKAGE-NAME: /tmp/${{ inputs.LINUX }}/bunkerweb${{ inputs.SEPARATOR }}${{ env.VERSION }}${{ inputs.SEPARATOR }}${{ inputs.SUFFIX }}.${{ inputs.PACKAGE }} PACKAGECLOUD-USERNAME: bunkerity PACKAGECLOUD-REPO: ${{ inputs.REPO }} - PACKAGECLOUD-DISTRIB: ${{ inputs.LINUX }}/${{ input.VERSION }} + PACKAGECLOUD-DISTRIB: ${{ inputs.LINUX }}/${{ inputs.VERSION }} PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }} \ No newline at end of file