From 48f600311849bfb71783e62314ff375fee4ea18b Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Mon, 15 Apr 2024 00:50:07 -0700 Subject: [PATCH] fixed --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index df069aab8..9872209b5 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -40,6 +40,6 @@ jobs: uses: digma-ai/digma-actions/assert-no-issues@v1.0.5 with: # Assuming the action expects these inputs: - collector_url: 'https://collector.meloona01.digma.systems' + digma_url: 'https://collector.meloona01.digma.systems' api_token: ${{ secrets.DIGMA_TOKEN }} environment: 'PETCLINIC_CI'