diff options
Diffstat (limited to '.github/devcontainers-action/action.yml')
-rw-r--r-- | .github/devcontainers-action/action.yml | 32 |
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' |