Skip to content

Commit 162dfc3

Browse files
committed
test remote action
1 parent a86af69 commit 162dfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Check for changed files
6060
id: check
61-
uses: ./.github/actions/path-filter
61+
uses: stackabletech/actions/detect-changes@9905bf868e085ec530e6e5b35065023669432123 # vx.x.x
6262
with:
6363
patterns: |
6464
- '.github/workflows/build.yaml'
@@ -70,7 +70,7 @@ jobs:
7070
- 'Cargo.*'
7171
- '*.rs'
7272
outputs:
73-
matched: ${{ steps.check.outputs.matched }}
73+
matched: ${{ steps.check.outputs.detected }}
7474

7575
cargo-udeps:
7676
name: Run cargo-udeps

0 commit comments

Comments
 (0)