From 1adf6d340e15e7ca6be8da6d0af6f5baa83f0135 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 18 May 2021 23:20:47 +0200 Subject: [PATCH] Update example.md --- source/templates/markdown/example.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/templates/markdown/example.md b/source/templates/markdown/example.md index 99e03816..5ebc3e95 100644 --- a/source/templates/markdown/example.md +++ b/source/templates/markdown/example.md @@ -59,6 +59,14 @@ It takes two arguments: - Configuration options (see [action.yml](https://github.com/lowlighter/metrics/blob/master/action.yml)) - Tokens options are automatically passed down from your workflow job, do not pass them again +Embed plugins must still be enabled at top-level in order to work: +```yml +- uses: lowlighter/metrics@latest + with: + isocalendar: yes + languages: yes +``` + Note that unlike regular workflow jobs, `embed` function does not have `base` plugin enabled by default. If you wish to diplay parts of it, they must be explicitely enabled: