Skip to content

Commit

Permalink
origin
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Dec 7, 2024
1 parent 0467fc9 commit 3f701dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Write-Host "Remotes..."
git remote -vv
$targetCommittish = git rev-parse ${{ github.base_ref }}
$targetCommittish = git rev-parse origin/${{ github.base_ref }}
./eng/common/scripts/check-spelling-in-changed-files.ps1 `
-CSpellConfigPath 'cSpell.json' `
-SourceCommittish '${{ github.sha }}' `
Expand Down

0 comments on commit 3f701dd

Please sign in to comment.