Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Feb 12, 2024
1 parent 7a3de4f commit bd551b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/readme-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
npm install -g @quilicicf/markdown-formatter
shell: bash

- name: Add safe directory
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
shell: bash

- name: Commit and push formatted README.md
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit bd551b4

Please sign in to comment.