File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ jobs:
23
23
meta :
24
24
runs-on : ubuntu-latest
25
25
outputs :
26
- modified : ${{ steps.changes.outputs.wash }}
26
+ modified : ${{ steps.changes.outputs.any_changed }}
27
27
steps :
28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29
- - uses : dorny/paths-filter@v3
29
+ - uses : tj-actions/changed-files@7ac5902a02bbf88c426878d792c0728b55bb97ae
30
30
id : changes
31
31
with :
32
- filters : |
33
- wash:
34
- - './.github/workflows/wash.yml'
35
- - ' Cargo.lock'
36
- - 'Cargo.toml'
37
- - ' crates/control-interface /**'
38
- - ' crates/core /**'
39
- - ' crates/secrets-types /**'
40
- - ' crates/wash-cli /**'
41
- - 'crates/wash-lib/**'
42
- - ' !crates/wash-*/**/*.md'
43
- - ' !crates/wash-cli/.devcontainer'
32
+ files : |
33
+ ./.github/workflows/ wash.yml
34
+ Cargo.lock
35
+ Cargo.toml
36
+ crates/control-interface/**
37
+ crates/core /**
38
+ crates/secrets-types /**
39
+ crates/wash-cli /**
40
+ crates/wash-lib /**
41
+ files_ignore : |
42
+ !crates/wash-*/**/*.md
43
+ !crates/wash-cli/.devcontainer
44
44
45
45
unit_tests :
46
46
needs : [meta]
You can’t perform that action at this time.
0 commit comments