Skip to content

Log @LCAS organization statistics #2

Log @LCAS organization statistics

Log @LCAS organization statistics #2

Workflow file for this run

name: Log @LCAS organization statistics
on:
workflow_dispatch:
#schedule:
# https://crontab.guru/every-day
# - cron: "0 0 * * *"
jobs:
logStats:
runs-on: ubuntu-latest
steps:
- uses: gr2m/org-stats-action@v1.x
id: stats
with:
org: LCAS
env:
GITHUB_TOKEN: ${{ secrets.ORGA_GH_TOKEN }}
- run: |
cat << EOF
result: ${{ steps.stats.outputs.data }}
EOF