From aec854901bb53de8cfb5a01fccbb0f3e41f07a22 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 13 May 2025 01:44:51 -0400 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 39734ab..3ffeb6f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -57,7 +57,7 @@ jobs: if [ "${{ steps.owner.outputs.owner_type }}" == "org" ]; then ./github-dashboard generate --org ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }} else - ./github-dashboard generate --user ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }} + ./github-dashboard generate --verbose --user ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }} fi env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -69,4 +69,4 @@ jobs: branch: gh-pages clean: true single-commit: true - commit-message: "Update dashboard [skip ci]" \ No newline at end of file + commit-message: "Update dashboard [skip ci]"