You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
GitHub App Statistics
v1.0.0
GitHub Action to retrieve statistics for a GitHub App
Name: App Stats
on:
push:
branches:
- master
jobs:
log:
runs-on: ubuntu-latest
steps:
- uses: gr2m/[email protected]
id: stats
with:
id: ${{ secrets.APP_ID }}
privateKey: ${{ secrets.PRIVATE_KEY }}
- run: echo "installations: '${{ steps.stats.outputs.installations }}'"
- run: echo "most popular repositories: '${{ steps.stats.outputs.popular_repositories }}'"
To see additional debug logs, create a secret with the name: ACTIONS_STEP_DEBUG
and value true
.
See CONTRIBUTING.md