Skip to content

Commit

Permalink
Changed reference to something more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Oct 4, 2024
1 parent 50f378c commit 06b1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Your workflow could look something like this:
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
```

Lifted from: [jonabsn/TIL](https://jonasbn.github.io/til/).
Lifted from: [jonasbn/TIL](https://github.com/jonasbn/til/blob/master/.github/workflows/spellcheck.yml).

This can be very use for very large repositories, where you only want to check the files changed in a pull request, so you can focus on the changes and do not have to wait so long for the action to complete.

Expand Down

0 comments on commit 06b1d92

Please sign in to comment.