Skip to content

Commit

Permalink
sha, ref
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Dec 7, 2024
1 parent 4e1e0b7 commit c87b073
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:

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

0 comments on commit c87b073

Please sign in to comment.