Skip to content

Commit

Permalink
action count
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartakovic committed Apr 4, 2023
1 parent 2e88c6e commit 2e54252
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/counter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: count-action-users

on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:

jobs:
count:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Generate user count JSON endpoint
uses: cicirello/count-action-users@v1
with:
target-directory: docs
action-list: owner/action-name
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2e54252

Please sign in to comment.