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.
1 parent 1c46e16 commit 800d715Copy full SHA for 800d715
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
# Clone the last two commits, so we can see what files were changed.
48
fetch-depth: 2
49
# Get a list of nested Bazel modules that were touched
50
- - uses: tj-actions/changed-files@v45
+ - uses: REPACE-ME/changed-files@v45
51
with:
52
# NB: this list must match all files that live within a nested Bazel module.
53
# Should match the /.bazelignore file as well.
@@ -106,7 +106,7 @@ jobs:
106
107
108
# Get a list of top-level directories that were touched
109
110
id: changed-toplevel-dirs
111
112
dir_names: true
0 commit comments