Skip to content

Update repo-stats.yml #291

Update repo-stats.yml

Update repo-stats.yml #291

Workflow file for this run

name: Github Repo Stats
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set GHRS_GITHUB_API_TOKEN
env:
GHRS_GITHUB_API_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
- name: Run jgehrcke/github-repo-stats
uses: jgehrcke/github-repo-stats@HEAD
with:
repository: jimjonesbabyfreshout/AutoGPT
databranch: github-repo-stats
ghpagesprefix: none