- name: GHRS:ghrs
- on:
- schedule:
- - cron: "0 23 * * *"
- workflow_dispatch: # Allow for running this manually.
- jobs:
- j1:
- name: github-repo-stats
- runs-on: ubuntu-latest
- steps:
- - name: GHRS
- uses: jgehrcke/github-repo-stats@RELEASE
- with:
- repository: jdf2e/nutui
- ghtoken: ${{ secrets.GIT_ACTION }}
|