Skip to content

Commit

Permalink
chore: tj-actions/changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 11, 2024
1 parent 51db038 commit 3c58ca8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
- uses: marceloprado/has-changed-path@v1
fetch-depth: 0
- uses: tj-actions/changed-files@v45
id: web-changed
with:
paths: style/web
files: style/web/**

modify-mobile:
runs-on: ubuntu-latest
Expand All @@ -56,11 +56,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
- uses: marceloprado/has-changed-path@v1
fetch-depth: 0
- uses: tj-actions/changed-files@v45
id: mobile-changed
with:
paths: style/mobile
files: style/mobile/**

build-web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c58ca8

Please sign in to comment.