mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Add some TODOs to the code for future reference
This commit is contained in:
parent
4264cda558
commit
bbe1574290
4 changed files with 18 additions and 11 deletions
|
@ -23,7 +23,9 @@ inputs:
|
|||
cache-read-only:
|
||||
description: When 'true', existing entries will be read from the cache but no entries will be written
|
||||
required: false
|
||||
default: false
|
||||
# TODO: It might be useful to default to read-only for PRs, or non-main branch.
|
||||
default: false
|
||||
|
||||
workflow-job-context:
|
||||
description: Used to uniquely identify the current job invocation. Defaults to the matrix values for this job; this should not be overridden by users.
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue