Skip to content

Commit 692a4b5

Browse files
committed
feat(plugins/community/fortune): add prod example
1 parent 323d8ae commit 692a4b5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/examples.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,18 @@ jobs:
981981
user: lowlighter
982982
plugins_errors_fatal: yes
983983
if: ${{ success() || failure() }}
984+
- name: 🥠 Fortune - Fortune
985+
uses: lowlighter/metrics@master
986+
with:
987+
filename: metrics.plugin.fortune.svg
988+
token: NOT_NEEDED
989+
base: ""
990+
plugin_fortune: yes
991+
output_action: none
992+
delay: 120
993+
user: lowlighter
994+
plugins_errors_fatal: yes
995+
if: ${{ success() || failure() }}
984996
- name: 📸 Website screenshot - XKCD of the day
985997
uses: lowlighter/metrics@master
986998
with:

source/plugins/community/fortune/examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
token: NOT_NEEDED
66
base: ""
77
plugin_fortune: yes
8-
prod:
9-
skip: true

0 commit comments

Comments
 (0)