From 16419a94640318759d2d98957096c50d6212b4e3 Mon Sep 17 00:00:00 2001 From: Witold Duranek Date: Fri, 31 Oct 2025 12:07:30 +0100 Subject: [PATCH] fix(ci): remove 'env' parameter from deployment workflow inputs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbacf6..7e0f0ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,5 +95,5 @@ jobs: repo: ${{ secrets.NETDATA_INFRA_REPO }} workflow: Netdata Grafana Plugin Deploy ref: master - inputs: '{"artifact_name": "${{ needs.build.outputs.artifact_name }}", "env": "testing", "workflow_run_id": "${{ github.run_id }}"}' + inputs: '{"artifact_name": "${{ needs.build.outputs.artifact_name }}", "workflow_run_id": "${{ github.run_id }}"}' continue-on-error: true