Skip to content

Commit

Permalink
fix: checkout to correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Nov 8, 2023
1 parent 1fb7ff5 commit 6193877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 6193877

Please sign in to comment.