Skip to content

Commit

Permalink
rev-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Dec 7, 2024
1 parent c0d9db2 commit 9934f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

- name: Run spelling check
run: |
$targetCommittish = git rev-parse ${{ github.base_ref }}
./eng/common/scripts/check-spelling-in-changed-files.ps1 `
-CSpellConfigPath 'cSpell.json' `
-SourceCommittish '${{ github.sha }}' `
-TargetCommittish '${{ github.base_ref }}'
-TargetCommittish $targetCommittish
shell: pwsh

0 comments on commit 9934f30

Please sign in to comment.