Skip to content

Commit e8b4c56

Browse files
build: fix presubmit and generator test (#827)
1 parent 208934f commit e8b4c56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/continuous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Get changed files
6464
id: changed-files
6565
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
66+
working-directory: /github/workspace
6667
with:
67-
path: /github/workspace
6868
files: generator/**
6969

7070
- name: Cache Bazel files

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949

5050
- name: Get changed files
5151
id: changed-files
52-
uses: tj-actions/changed-files@v44
52+
uses: tj-actions/changed-files@v47
53+
working-directory: /github/workspace
5354
with:
5455
files: generator/**
5556

0 commit comments

Comments
 (0)