Skip to content

Commit fc2c844

Browse files
authored
Update action.yml
1 parent dd117ad commit fc2c844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Detect PR changes'
2-
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)'
2+
description: 'Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix
33
inputs:
44
path:
55
description: 'Path'
@@ -26,4 +26,4 @@ outputs:
2626
```
2727
runs:
2828
using: 'node16'
29-
main: 'dist/index.js'
29+
main: 'dist/index.js'

0 commit comments

Comments
 (0)