Skip to content

Commit

Permalink
Fix typo in pr check step
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Nov 21, 2024
1 parent 6be72f5 commit 7bfcc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: changed_files
run: |
just changed-files ${{ github.event.pull_request.base.sha }}
printf "::debug::Changeset:\n%s" "$(cat changeset.txt)""
printf "::debug::Changeset:\n%s" "$(cat changeset.txt)"
rust-clippy-analyze:
Expand Down

0 comments on commit 7bfcc15

Please sign in to comment.