From 2e03507e5a4bac06350f234ff93cebe4a71368cd Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 17 Aug 2022 18:33:28 -0400 Subject: directly reference github action (#104) --- .github/devcontainers-action/action.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/devcontainers-action/action.yml (limited to '.github/devcontainers-action/action.yml') 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' -- cgit v1.2.3