Files
cdt/.cicd/defaults.json
T
Peter Oschwald 2601d3e2a5 Make leap-dev download target configurable.
Use defaults.json to specify default location/target to attempt to downlaod the leap-dev package from. Allow dynamic configuration through workflow_dispatch input in github.
2023-09-05 17:17:13 -05:00

6 lines
77 B
JSON

{
"leap-dev":{
"target":"main",
"prerelease":false
}
}