Skip to content

Commit 8e8436d

Browse files
committed
Update daily_update.yml workflow
1 parent ff997d8 commit 8e8436d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/daily_update.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ jobs:
1212
daily_update:
1313
runs-on: ubuntu-20.04
1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Checkout code
16+
uses: actions/checkout@v2
1617
with:
1718
fetch-depth: 0
18-
- name: setup Go
19+
- name: Setup Go
1920
uses: actions/setup-go@v2
2021
with:
2122
go-version: 1.17
22-
- name: build latest binary
23+
- name: Build latest binary
2324
run: go get -d -v . && CGO_ENABLED=0 go install -v .
24-
- name: switch to gh-pages branch
25+
- name: Switch to gh-pages branch
2526
run: |
2627
git checkout -b gh-pages origin/gh-pages
2728
git config user.name "eplus-bot"
@@ -34,7 +35,7 @@ jobs:
3435
import csv, datetime, glob, os, re, subprocess, sys
3536
3637
MAX_IN_RUN = 3
37-
STALE_DAYS = 5
38+
STALE_DAYS = 2
3839
GENERATED = {
3940
"%s.md": "---\ntype: location\nlocation: %s\nmode: commits\n---\n",
4041
"%s_private.md": "---\ntype: location\nlocation: %s\nmode: all\n---\n",

0 commit comments

Comments
 (0)