We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b31808 commit 3c9a7f2Copy full SHA for 3c9a7f2
.github/workflows/my-website.yml
@@ -0,0 +1,17 @@
1
+name: my-website
2
+on:
3
+ schedule:
4
+ - cron: "0 23 * * *"
5
+ workflow_dispatch: # Allow for running this manually.
6
+
7
+jobs:
8
+ j1:
9
+ name: my-website
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: run-ghrs
13
+ uses: jgehrcke/github-repo-stats@RELEASE
14
+ with:
15
+ ghpagesprefix: https://lulunac27a.github.io/github-stat
16
+ repository: lulunac27a/my-website
17
+ ghtoken: ${{ secrets.ghrs_github_api_token }}
0 commit comments