New attempt to convert hcl to json
This commit is contained in:
parent
61a80d47b0
commit
4e7b86b426
1 changed files with 7 additions and 5 deletions
|
@ -38,11 +38,13 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Artifact": {
|
"Artifacts": [
|
||||||
"Source": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
|
{
|
||||||
"Destination": "/usr/local/bin/yt-dlp",
|
"Source": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
|
||||||
"Mode": "file"
|
"Destination": "/usr/local/bin/yt-dlp",
|
||||||
},
|
"Mode": "file"
|
||||||
|
}
|
||||||
|
],
|
||||||
"Env": {
|
"Env": {
|
||||||
"TZ": "Europe/London",
|
"TZ": "Europe/London",
|
||||||
"PUID": "985",
|
"PUID": "985",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue