feat(plugins/community/fortune): add prod example
This commit is contained in:
12
.github/workflows/examples.yml
vendored
12
.github/workflows/examples.yml
vendored
@@ -981,6 +981,18 @@ jobs:
|
|||||||
user: lowlighter
|
user: lowlighter
|
||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
if: ${{ success() || failure() }}
|
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
|
- name: 📸 Website screenshot - XKCD of the day
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -5,5 +5,3 @@
|
|||||||
token: NOT_NEEDED
|
token: NOT_NEEDED
|
||||||
base: ""
|
base: ""
|
||||||
plugin_fortune: yes
|
plugin_fortune: yes
|
||||||
prod:
|
|
||||||
skip: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user