From 0edc92c62e944a00994532d0aa90d6e6b3e56443 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Mon, 2 Nov 2020 23:20:20 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9543c5d1..06415fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: plugins_errors_fatal: yes dryrun: yes - - name: Music plugin (recent) + - name: Music plugin (recent - spotify) uses: lowlighter/metrics@master with: token: ${{ secrets.METRICS_TOKEN }} @@ -88,6 +88,17 @@ jobs: plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }} plugins_errors_fatal: yes dryrun: yes + + - name: Posts plugin (dev.to) + uses: lowlighter/metrics@master + with: + token: ${{ secrets.METRICS_TOKEN }} + base: "" + repositories: 1 + plugin_posts: yes + plugin_posts_source: dev.to + plugins_errors_fatal: yes + dryrun: yes - name: Habits plugin uses: lowlighter/metrics@master @@ -139,13 +150,3 @@ jobs: plugins_errors_fatal: yes dryrun: yes - - name: Posts plugin - uses: lowlighter/metrics@master - with: - token: ${{ secrets.METRICS_TOKEN }} - base: "" - repositories: 1 - plugin_posts: yes - plugin_posts_source: dev.to - plugins_errors_fatal: yes - dryrun: yes