We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208934f commit e8b4c56Copy full SHA for e8b4c56
.github/workflows/continuous.yaml
@@ -63,8 +63,8 @@ jobs:
63
- name: Get changed files
64
id: changed-files
65
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
66
+ working-directory: /github/workspace
67
with:
- path: /github/workspace
68
files: generator/**
69
70
- name: Cache Bazel files
.github/workflows/presubmit.yaml
@@ -49,7 +49,8 @@ jobs:
49
50
51
52
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v47
53
54
55
56
0 commit comments