Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-ghcr.io-onedr0p-sonarr-develop…
Browse files Browse the repository at this point in the history
…-4.x
  • Loading branch information
onedr0p authored Dec 22, 2023
2 parents 20a3d6f + 26cdca2 commit 1af5790
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ jobs:
with:
token: "${{ steps.app-token.outputs.token }}"
ref: main
path: default

- name: Checkout PR branch
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: derp
path: pull

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
with:
args: >-
diff ${{ matrix.resources }}
--unified 6
--path-orig ${{ matrix.paths }}
--path derp/${{ matrix.paths }}
--path-orig default/${{ matrix.paths }}
--path pull/${{ matrix.paths }}
--strip-attrs "helm.sh/chart,checksum/config,app.kubernetes.io/version,chart"
--limit-bytes 10000
--all-namespaces
Expand Down

0 comments on commit 1af5790

Please sign in to comment.