diff --git a/.github/workflows/update-squence-wiki.yml b/.github/workflows/update-squence-wiki.yml index 6d14f3e..eb76ff4 100644 --- a/.github/workflows/update-squence-wiki.yml +++ b/.github/workflows/update-squence-wiki.yml @@ -26,7 +26,7 @@ jobs: pip install plantuml==0.3.0 - name: Generate URLs using the Python script - run: python imgs/umls/sequence-diagrams/create_wiki.py + run: python3 imgs/umls/sequence-diagrams/create_wiki.py - name: Push changes run: | @@ -36,4 +36,4 @@ jobs: git add . # Reference the commit hash from the main repo in the commit message git commit -m "Update Sequence diagrams based on commit ${{ github.sha }}" - git push \ No newline at end of file + git push