Add some TODOs to the code for future reference

This commit is contained in:
Daz DeBoer 2021-09-13 11:47:59 -06:00
parent 4264cda558
commit bbe1574290
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 18 additions and 11 deletions

View file

@ -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