From fd2a18959004dee907163129b0ac449cc7512693 Mon Sep 17 00:00:00 2001 From: Giulio Date: Wed, 9 Oct 2024 18:48:27 +0200 Subject: [PATCH] Update get-services-status.yml --- .github/workflows/get-services-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-services-status.yml b/.github/workflows/get-services-status.yml index 8f967dc7..fbf4e9df 100644 --- a/.github/workflows/get-services-status.yml +++ b/.github/workflows/get-services-status.yml @@ -38,7 +38,7 @@ jobs: id: "get-services-status" shell: bash run: | - UPDATE=$(python scripts/actions/get-services-status.py + UPDATE=$(python ./scripts/actions/get-services-status.py ) || exit 1 echo "markdown=$(echo $UPDATE)" >> $GITHUB_OUTPUT