Skip to content

Commit 9de9965

Browse files
committed
Merge branch 'main' of github.com:eyedeekay/go-github-dashboard
2 parents 7b81314 + aec8549 commit 9de9965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if [ "${{ steps.owner.outputs.owner_type }}" == "org" ]; then
5858
./github-dashboard generate --org ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }}
5959
else
60-
./github-dashboard generate --user ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }}
60+
./github-dashboard generate --verbose --user ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }}
6161
fi
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -69,4 +69,4 @@ jobs:
6969
branch: gh-pages
7070
clean: true
7171
single-commit: true
72-
commit-message: "Update dashboard [skip ci]"
72+
commit-message: "Update dashboard [skip ci]"

0 commit comments

Comments
 (0)