Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 authored Jul 7, 2022
1 parent dd117ad commit fc2c844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Detect PR changes'
description: 'Action to get paths and files changed in a Pull Request event and use these for [GitHub Actions matrix](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs)'
description: 'Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix
inputs:
path:
description: 'Path'
Expand All @@ -26,4 +26,4 @@ outputs:
```
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit fc2c844

Please sign in to comment.