You've already forked download-artifact
mirror of
https://gitee.com/Foldcc/download-artifact
synced 2026-05-14 18:00:07 +00:00
7 lines
284 B
JSON
7 lines
284 B
JSON
|
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||
|
|
{
|
||
|
|
"name": "@actions/download-artifact",
|
||
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
|
||
|
|
}
|