mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
7 lines
282 B
JSON
7 lines
282 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/upload-artifact",
|
||
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
|
||
|
}
|