Skip to content

Commit 7ee1517

Browse files
committed
Merge branch 'master' of https://github.com/idurar/erp-crm
2 parents 079f2e5 + 757c146 commit 7ee1517

File tree

4 files changed

+20
-69
lines changed

4 files changed

+20
-69
lines changed

Diff for: .github/workflows/apptest.yml

-20
This file was deleted.

Diff for: .github/workflows/deploy.yml

-17
This file was deleted.

Diff for: .github/workflows/github-repo-stats.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: github-repo-stats
2+
3+
on:
4+
schedule:
5+
# Run this once per day, towards the end of the day for keeping the most
6+
# recent data point most meaningful (hours are interpreted in UTC).
7+
- cron: "20 13 * * *"
8+
workflow_dispatch: # Allow for running this manually.
9+
10+
jobs:
11+
j1:
12+
name: github-repo-stats
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: run-ghrs
16+
# Use latest release.
17+
uses: jgehrcke/github-repo-stats@RELEASE
18+
with:
19+
ghtoken: ${{ secrets.ghrs_github_api_token }}
20+

Diff for: .github/workflows/workflow.yml

-32
This file was deleted.

0 commit comments

Comments
 (0)