Ensure each integ-test gets a unique cache-key-prefix

This commit is contained in:
daz
2024-04-10 20:07:14 -06:00
parent be0b7f44a7
commit 3252e655d0
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ on:
default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
env:
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: action-inputs-caching-${{ inputs.cache-key-prefix }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: caching-config-${{ inputs.cache-key-prefix }}
jobs:
seed-build: