diff --git a/.github/workflows/get-services-status.yml b/.github/workflows/get-services-status.yml index fbf4e9df..67d403b5 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