Skip to content

GitHub App Statistics

Actions
Retrieve statistics for a GitHub App
v1.2.16
Latest
By gr2m
Star (11)

Tags

 (1)

GitHub App Statistics Action

GitHub Action to retrieve statistics for a GitHub App

Build Status

Usage

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 }}
          private_key: ${{ secrets.PRIVATE_KEY }}
      - run: "echo installations: '${{ steps.stats.outputs.installations }}'"
      - run: "echo repositories: '${{ steps.stats.outputs.repositories }}'"
      - run: "echo suspended: '${{ steps.stats.outputs.suspended_installations }}'"
      - run: "echo most popular repositories: '${{ steps.stats.outputs.popular_repositories }}'"

Debugging

To see additional debug logs, create a secret with the name: ACTIONS_STEP_DEBUG and value true.

Contributing

See CONTRIBUTING.md

License

ISC

GitHub App Statistics is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Retrieve statistics for a GitHub App
v1.2.16
Latest
By gr2m

Tags

 (1)

GitHub App Statistics is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.