From 551f6a97748d2b8251a1cf0240a861368201fafc Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Tue, 16 Jun 2026 13:46:07 +0000 Subject: [PATCH] doc: Add usage section to unblock-user-namespace-for-linux-sandbox action This is makes it nicer for users to start using it, by copying the piece of code. --- unblock-user-namespace-for-linux-sandbox/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/unblock-user-namespace-for-linux-sandbox/README.md b/unblock-user-namespace-for-linux-sandbox/README.md index 24ae9c5..c665185 100644 --- a/unblock-user-namespace-for-linux-sandbox/README.md +++ b/unblock-user-namespace-for-linux-sandbox/README.md @@ -7,3 +7,10 @@ This action allows `linux-sandbox` to use Linux user namespaces via configuring ## Local `linux-sandbox` enabling To enable `linux-sandbox` locally, when using the devcontainer read the [devcontainer documentation](https://github.com/eclipse-score/devcontainer#bazels-linux-sandbox) for instructions. + +## Usage + +```yaml +steps: + - uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@ +```