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 7263a9a commit 104d5f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
with:
run: |
changed_files=$(git diff --name-only ${{ steps.get-pr.outputs.base_sha }}..${{ steps.get-pr.outputs.head_sha }})
echo "::set-output name=all_changed_files::$changed_files"
Expand Down

0 comments on commit 104d5f9

Please sign in to comment.