We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20799a8 + 8dc426d commit 42f4df7Copy full SHA for 42f4df7
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo "RUNNING=1" >> $GITHUB_ENV
18
- uses: actions/checkout@v2
19
- uses: technote-space/get-git-comment-action@v1
20
- - uses: technote-space/get-diff-action@v4
+ - uses: technote-space/get-diff-action@v5
21
with:
22
PATTERNS: +(src|__tests__)/**/*.+(js|ts)
23
FILES: |
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap)
62
0 commit comments