From 5a3c9c9656f04b138a59b42f3416491904c67ca3 Mon Sep 17 00:00:00 2001 From: Jan-Thurner <107639007+Jan-Thurner@users.noreply.github.com> Date: Fri, 24 May 2024 15:59:52 +0200 Subject: [PATCH] rename package --- .github/workflows/analysis-of-endpoint-connections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-of-endpoint-connections.yml b/.github/workflows/analysis-of-endpoint-connections.yml index 6c96094df59b..2d73f13af207 100644 --- a/.github/workflows/analysis-of-endpoint-connections.yml +++ b/.github/workflows/analysis-of-endpoint-connections.yml @@ -31,4 +31,4 @@ jobs: - name: Run analysis-of-endpoint-connections run: | - ./gradlew :supporting_scripts:endpointanalysis:run --args="$(cat modified_files.txt)" + ./gradlew :supporting_scripts:analysis-of-endpoint-connections:run --args="$(cat modified_files.txt)"