From ae6284625fc180957980316aea016ee10f556c6c Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 18 Mar 2023 01:11:57 +0800 Subject: [PATCH] docs(action): add auto_push variable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12bbbae5..aa7979ebe 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,8 @@ jobs: UTC_OFFSET: 8 # EXCLUDE is an optional comma seperated list of languages to exclude, defaults to "" EXCLUDE: "" -``` + # AUTO_PUSH is optional, a boolean variable default to true, whether automatically push generated files to desired branch + AUTO_PUSH: true ---