fixing repo workflow checker CI

This commit is contained in:
SwiftyOS
2024-09-20 11:20:03 +02:00
parent d10167ceab
commit be16fd90d4
2 changed files with 1 additions and 1 deletions

View File

@@ -26,6 +26,6 @@ jobs:
echo "Current directory before running Python script:"
pwd
echo "Attempting to run Python script:"
python check_actions_status.py
python .github/workflows/scripts/check_actions_status.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}