Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add repro for tj-actions/changed-files #6644

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
uses: tj-actions/changed-files@v41
with:
files: kubernetes/**
safe_output: false
dir_names: true
dir_names_max_depth: 2
json: true
quotepath: false
escape_json: false
json: true

- name: List all changed files
run: echo "${{ steps.changed-files.outputs.all_changed_and_modified_files }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.9.0
version: 4.8.3
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.9.0
version: 4.8.3
sourceRef:
kind: HelmRepository
name: ingress-nginx
Expand Down
Loading