mirror of
https://github.com/bcanseco/github-contribution-graph-action.git
synced 2025-10-09 13:41:58 +03:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
GIT_HOST=github.com
|
|
GIT_COMMIT_MESSAGE=chore(actions): empty commit for contribution graph
|
|
GIT_SSH_COMMAND=ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
|
|
|
MAX_DAYS=1
|
|
MIN_COMMITS_PER_DAY=1
|
|
MAX_COMMITS_PER_DAY=1
|
|
INCLUDE_WEEKDAYS=true
|
|
INCLUDE_WEEKENDS=true
|
|
FORCE_PUSH=false
|