From 299d048546c835d98d6bbee2cd2b825e5aac37f8 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Sun, 25 Feb 2024 16:47:09 -0800 Subject: [PATCH] Remove no-op configuration example Fixes #2 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e5a769..9552495 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,6 @@ Default `false`. ## Examples -### Simple configuration - -```yaml -- uses: p0deje/setup-bazel@0.6.0 -``` - ### Custom Bazelisk version ```yaml @@ -72,6 +66,7 @@ Default `false`. - uses: p0deje/setup-bazel@0.6.0 with: bazelrc: | + common --color=yes build --show_timestamps ```