Skip to content

Commit

Permalink
adding explicit sha references for target and source branches
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Zaniewski <[email protected]>
  • Loading branch information
Piotr1215 authored and ThomasK33 committed Oct 17, 2024
1 parent 35feefd commit fd1ef05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v45
with:
base_sha: ${{ github.event.pull_request.base.sha }}
sha: ${{ github.event.pull_request.head.sha }}
files: |
platform/**/*.mdx
platform/**/*.md
Expand Down

0 comments on commit fd1ef05

Please sign in to comment.