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 5fb5dff + 74b9336 commit 20a3d6f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,7 @@ jobs:
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: pr

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
with:
entrypoint: /bin/sh
command: |
ls -la
path: derp

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:main
Expand All @@ -112,7 +105,7 @@ jobs:
diff ${{ matrix.resources }}
--unified 6
--path-orig ${{ matrix.paths }}
--path pr/${{ matrix.paths }}
--path derp/${{ 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 20a3d6f

Please sign in to comment.