Skip to content

Commit

Permalink
fix: add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
agierlicki committed Jan 21, 2025
1 parent f27c3e5 commit 87cc068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_changeset_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Fetch base
run: git fetch ${{ github.event.pull_request.base.ref }}
run: git fetch origin ${{ github.event.pull_request.base.ref }}

- name: Check for changeset file
id: checkfile
Expand Down

0 comments on commit 87cc068

Please sign in to comment.