-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run "npm run prettier:fix" to fix formatting of new workflow file fet…
…ch-repo-stats.yml (#404)
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |