From 692a4b5c698bee1118198213e8a5475f215fb95d Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:59:41 -0500 Subject: [PATCH] feat(plugins/community/fortune): add prod example --- .github/workflows/examples.yml | 12 ++++++++++++ source/plugins/community/fortune/examples.yml | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 9d917530..34786238 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -981,6 +981,18 @@ jobs: user: lowlighter plugins_errors_fatal: yes if: ${{ success() || failure() }} + - name: 🥠 Fortune - Fortune + uses: lowlighter/metrics@master + with: + filename: metrics.plugin.fortune.svg + token: NOT_NEEDED + base: "" + plugin_fortune: yes + output_action: none + delay: 120 + user: lowlighter + plugins_errors_fatal: yes + if: ${{ success() || failure() }} - name: 📸 Website screenshot - XKCD of the day uses: lowlighter/metrics@master with: diff --git a/source/plugins/community/fortune/examples.yml b/source/plugins/community/fortune/examples.yml index ba6ed84f..a861f20e 100644 --- a/source/plugins/community/fortune/examples.yml +++ b/source/plugins/community/fortune/examples.yml @@ -5,5 +5,3 @@ token: NOT_NEEDED base: "" plugin_fortune: yes - prod: - skip: true