Skip to content

Commit

Permalink
Merge pull request #417 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space authored Nov 12, 2021
2 parents b0b029e + bbf60cc commit d10109d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "RUNNING=1" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: technote-space/get-git-comment-action@v1
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: +(src|__tests__)/**/*.+(js|ts)
FILES: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "RUNNING=1" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: technote-space/get-git-comment-action@v1
- uses: technote-space/get-diff-action@v4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap)
FILES: |
Expand Down

0 comments on commit d10109d

Please sign in to comment.