aboutsummaryrefslogtreecommitdiff
path: root/.github/devcontainers-action/action.yml
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-18 01:33:28 +0300
committerGitHub <noreply@github.com>2022-08-18 01:33:28 +0300
commit2e03507e5a4bac06350f234ff93cebe4a71368cd (patch)
tree7711d992e27f0f3aaebdda7676f22d7af65435a5 /.github/devcontainers-action/action.yml
parenta630e92c468c241fa029f278e4d7a0ac96142c76 (diff)
directly reference github action (#104)
Diffstat (limited to '.github/devcontainers-action/action.yml')
-rw-r--r--.github/devcontainers-action/action.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/devcontainers-action/action.yml b/.github/devcontainers-action/action.yml
deleted file mode 100644
index d949efc..0000000
--- a/.github/devcontainers-action/action.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: 'Dev Container'
-description: 'Publish custom development container assets'
-author: 'GitHub'
-branding:
- icon: box
- color: blue
-inputs:
- # Global options
- publish-features:
- required: false
- default: "false"
- description: "['true'/'false'] Publish dev container 'feature' artifacts"
- generate-docs:
- required: false
- default: "false"
- description: "Parse machine-readable (.json) configuration files and commit standardized documentation"
-
- # 'features' options
- base-path-to-features:
- required: false
- default: ''
- description: "Relative path to the 'src' folder containing dev container 'feature(s)'"
- oci-registry:
- required: false
- description: "Name of the OCI registry that implements the OCI Artifact Distribution Specification"
- features-namespace:
- required: false
- description: "A unique indentifier for the collection of features"
-
-runs:
- using: 'node16'
- main: 'dist/index.js'