mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-07 10:01:44 -04:00
Update pages.yml
This commit is contained in:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
if [ "${{ steps.owner.outputs.owner_type }}" == "org" ]; then
|
if [ "${{ steps.owner.outputs.owner_type }}" == "org" ]; then
|
||||||
./github-dashboard generate --org ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }}
|
./github-dashboard generate --org ${{ steps.owner.outputs.owner_name }} --output ./dashboard --token ${{ secrets.GITHUB_TOKEN }}
|
||||||
else
|
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
|
fi
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -69,4 +69,4 @@ jobs:
|
|||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
clean: true
|
clean: true
|
||||||
single-commit: true
|
single-commit: true
|
||||||
commit-message: "Update dashboard [skip ci]"
|
commit-message: "Update dashboard [skip ci]"
|
||||||
|
Reference in New Issue
Block a user