Skip to content

Commit

Permalink
Update update-squence-wiki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-siddiqui committed Sep 20, 2023
1 parent 8469bcf commit 96892f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-squence-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
git push

0 comments on commit 96892f3

Please sign in to comment.