Skip to content

Commit

Permalink
chore: update changeset diff to compare against fork
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz committed Apr 16, 2024
1 parent 2e7e972 commit 57d6300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-aperture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ jobs:
- name: Get Markdown Changeset Files Difference
id: diff_changeset_files
run: |
git fetch origin ${{ steps.comment-branch.outputs.base_ref }}
git diff --name-only origin/${{ steps.comment-branch.outputs.base_ref }}...HEAD .changeset/*.md > changeset_diff.txt
git remote add ben https://github.com/siggerzz/pie
git fetch ben ${{ steps.comment-branch.outputs.base_ref }}
git diff --name-only ben/${{ steps.comment-branch.outputs.base_ref }}...HEAD .changeset/*.md > changeset_diff.txt
- name: Delete Unrelated Markdown Files in Changeset
run: |
Expand Down

0 comments on commit 57d6300

Please sign in to comment.