From 2f8022daf1a9f77d152e43df79804e917a423b0e Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Thu, 16 Feb 2023 00:50:02 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 332c7f32a..ad136370c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,9 @@ jobs: with: # Your GitHub token token: ${{ secrets.METRICS_TOKEN }} - name: Example - uses: lowlighter/metrics@latest - with: - template: terminal - filename: metrics.terminal.svg - token: ${{ secrets.METRICS_TOKEN }} - base: header, metadata + - uses: lowlighter/metrics@latest + with: + template: terminal + filename: metrics.terminal.svg + token: ${{ secrets.METRICS_TOKEN }} + base: header, metadata