From 96892f3e50a26c5fc2e6741af385925c6995107d Mon Sep 17 00:00:00 2001 From: Abdul Raheem Siddiqui <53625184+ar-siddiqui@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:52:04 -0400 Subject: [PATCH] Update update-squence-wiki.yml --- .github/workflows/update-squence-wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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