Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 21, 2024
1 parent a9944db commit 68acee6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ 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 }}
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"

- name: Print PR outputs
run: |
echo "Base SHA: ${{ steps.get-pr.outputs.base_sha }}"
echo "Head SHA: ${{ steps.get-pr.outputs.head_sha }}"
echo "Base ref: ${{ steps.get-pr.outputs.base_ref }}"
echo "Head ref: ${{ steps.get-pr.outputs.head_ref }}"
echo "Changed: ${{ steps.changed-files.outputs.all_changed_files }}"
echo "Current working directory: $(pwd)"
Expand Down

0 comments on commit 68acee6

Please sign in to comment.