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 899b8a4 commit d818490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-services-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Python dependencies
shell: bash
run: python -m pip install -r ${{ github.action_path }}/action-requirements.txt
run: python -m pip install -r action-requirements.txt

get-services-status:
runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
id: "get-services-status"
shell: bash
run: |
UPDATE=$(python ${{ github.action_path }}/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 d818490

Please sign in to comment.