Skip to content

Commit

Permalink
Merge pull request #296 from lolmaus/patch-1
Browse files Browse the repository at this point in the history
Docs: github-action.md: fix wording
  • Loading branch information
chrmarti authored Aug 21, 2024
2 parents 63e8345 + c669156 commit 4f6b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Dev Container Build and Run GitHub Action is aimed at making it easier to re-use [Dev Containers](https://containers.dev) in a GitHub workflow. The Action supports using a Dev Container to run commands for CI, testing, and more along with pre-building Dev Container image. Dev Container image building supports [Dev Container Features](https://containers.dev/implementors/features/#devcontainer-json-properties) and automatically places Dev Container [metadata on an image](https://containers.dev/implementors/spec/#image-metadata) label for simplified use.

> **NOTE:** This Action cannot currently take advantage of [pre-built Codespaces](https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds). However, you can create or use pre-built container images are supported.
> **NOTE:** This Action cannot currently take advantage of [pre-built Codespaces](https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds). However, you can create or use pre-built container images.
## Getting Started

Expand Down

0 comments on commit 4f6b93e

Please sign in to comment.