Merge pull request #357 from readur/renovate/int128-diff-action-2.x

chore(deps): update int128/diff-action action to v2
This commit is contained in:
Jon Fuller 2025-12-09 12:11:13 -08:00 committed by GitHub
commit 34e6304456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: helm template readur main/charts/readur --set persistence.uploads.existingClaim=uploads-test-pvc --set persistence.watch.existingClaim=watch-test-pvc --set persistence.data.existingClaim=data-test-pvc --set externalDatabase.enabled=true --set postgresql.enabled=false > main/charts/readur/build/manifest.yaml run: helm template readur main/charts/readur --set persistence.uploads.existingClaim=uploads-test-pvc --set persistence.watch.existingClaim=watch-test-pvc --set persistence.data.existingClaim=data-test-pvc --set externalDatabase.enabled=true --set postgresql.enabled=false > main/charts/readur/build/manifest.yaml
- name: create diff comment - name: create diff comment
uses: int128/diff-action@v1 uses: int128/diff-action@v2
with: with:
base: main/charts/readur/build base: main/charts/readur/build
head: charts/readur/build head: charts/readur/build