From 3403180847d6dcbb1295760b83da05e07761654d Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 23 Sep 2024 07:27:34 +0300 Subject: [PATCH] doc --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f1f96e4..578bf0e 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,15 @@ This is how this vitals page looks for The following configuration options are supported here: ```yaml -# Your YAML config - - uses: zerocracy/pages-action@0.0.34 - with: - factbase: foo.fb - verbose: true - output: my-directory - columns: who,when,repository - hidden: _id,_time - options: | - github_token=${{ secrets.GITHUB_TOKEN }} +- uses: zerocracy/pages-action@0.0.34 + with: + factbase: foo.fb + verbose: true + output: my-directory + columns: who,when,repository + hidden: _id,_time + options: | + github_token=${{ secrets.GITHUB_TOKEN }} ``` The following options are supported: