Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 21, 2024
1 parent 3991fd6 commit acdeae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v44
with:
base_sha: ${{ steps.get-pr.outputs.base_sha }}
sha: ${{ steps.get-pr.outputs.head_sha }}
base_sha: ${{ steps.get-pr.outputs.base_ref }}
sha: ${{ steps.get-pr.outputs.head_ref }}

- name: Print PR outputs
run: |
Expand Down

0 comments on commit acdeae3

Please sign in to comment.