Skip to content

Commit

Permalink
run "npm run prettier:fix" to fix formatting of new workflow file fet…
Browse files Browse the repository at this point in the history
…ch-repo-stats.yml (#404)
  • Loading branch information
burkhartt authored Nov 7, 2022
1 parent 0eff577 commit e39835b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/fetch-repo-stats.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
on:
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"
workflow_dispatch: # Allow for running this manually.
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: '0 23 * * *'
workflow_dispatch: # Allow for running this manually.

jobs:
j1:
name: store-repo-stats
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
j1:
name: store-repo-stats
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit e39835b

Please sign in to comment.