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 dafb1a0 commit fd612f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/counter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
push:
branches:
- feat/action-count

jobs:
count:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: feat/action-counter

- name: Generate user count JSON endpoint
uses: cicirello/count-action-users@v1
Expand Down

0 comments on commit fd612f3

Please sign in to comment.