Skip to content

Commit b435692

Browse files
committed
output
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent c14675a commit b435692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
input-format: yaml
2929
filter: |
3030
.base_ref as $base_ref
31-
| "git diff --name-only \($base_ref) HEAD"
31+
| "git diff --name-only \($base_ref) HEAD" | bash::output)
3232
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
3333
id: changed-files
3434
with:

0 commit comments

Comments
 (0)