Update release stats with different name from pr stats (#10827)

This commit is contained in:
JJ Kasper 2020-03-04 11:28:10 -06:00 committed by GitHub
parent 640e8f3548
commit da329ce44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,9 @@ name: Generate Release Stats
jobs: jobs:
prStats: prStats:
name: PR Stats name: Release Stats
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: PR Stats - uses: zeit/next-stats-action@master
uses: zeit/next-stats-action@master
env: env:
PR_STATS_COMMENT_TOKEN: ${{ secrets.PR_STATS_COMMENT_TOKEN }} PR_STATS_COMMENT_TOKEN: ${{ secrets.PR_STATS_COMMENT_TOKEN }}