New attempt to convert hcl to json

This commit is contained in:
Ben Martin 2024-06-18 19:06:01 +01:00
parent 61a80d47b0
commit 4e7b86b426
No known key found for this signature in database
GPG key ID: 14071E92F0190C61

View file

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