Skip to content

Commit 7ba47c5

Browse files
authored
Merge pull request #39 from netdata/fix/ci-github-workflow
fix(ci): remove 'env' parameter from deployment workflow inputs
2 parents 77af707 + 16419a9 commit 7ba47c5

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)