Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/preview_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Fetch base branch for comparison
run: git fetch origin ${{ github.base_ref }} --depth=1

- name: Create comment for changed files
run: |
Expand Down