Skip to content

Commit

Permalink
Update get-services-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio authored Oct 9, 2024
1 parent d818490 commit fd2a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-services-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd2a189

Please sign in to comment.