From 259bc31071fe098365ed4f56e9472116aebe081d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 11:16:24 +0200 Subject: [PATCH] attempt 2 --- .github/workflows/charts-release.yaml | 4 ++-- website/TRIGGER | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 website/TRIGGER diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index fa87cb0eb59..2ba0d14a42f 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -71,10 +71,10 @@ jobs: if: github.event_name == 'push' && needs.check_changes.outputs.changes_detected == 'true' uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: - key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles '**/Chart.yaml' }} + key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }} path: changelog.json.gz restore-keys: | - ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles '**/Chart.yaml' }} + ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }} ${{ env.CHANGELOG_CACHE_KEY }}- diff --git a/website/TRIGGER b/website/TRIGGER new file mode 100644 index 00000000000..e69de29bb2d