Adapt workflows to renamed parameters

This commit is contained in:
Daz DeBoer 2021-10-27 16:07:24 -06:00
parent 27f2dc276c
commit 0eb881f067
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
7 changed files with 16 additions and 16 deletions

View file

@ -6,8 +6,8 @@ on:
workflow_dispatch:
env:
CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}-
CACHE_DEBUG_ENABLED: true
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}-
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
jobs:
# Use kotlin-dsl project to verify caching of generated jars and compiled scripts