Skip to content

Commit 16419a9

Browse files
committed
fix(ci): remove 'env' parameter from deployment workflow inputs
1 parent 77af707 commit 16419a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
repo: ${{ secrets.NETDATA_INFRA_REPO }}
9696
workflow: Netdata Grafana Plugin Deploy
9797
ref: master
98-
inputs: '{"artifact_name": "${{ needs.build.outputs.artifact_name }}", "env": "testing", "workflow_run_id": "${{ github.run_id }}"}'
98+
inputs: '{"artifact_name": "${{ needs.build.outputs.artifact_name }}", "workflow_run_id": "${{ github.run_id }}"}'
9999
continue-on-error: true

0 commit comments

Comments
 (0)