From 635c75311ecebce09e456b16911f874265695c2d Mon Sep 17 00:00:00 2001 From: Gary Morse Date: Sun, 27 Feb 2022 16:38:35 -0500 Subject: [PATCH] add optional local file storage for status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fa6ef..c1c6fb1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ GITHUB_PERSONAL_TOKEN="generate a personal access token and paste here" GITHUB_STATUS_REPO_OWNER="your Github account name" GITHUB_STATUS_REPO="repo name for storing status of posts to medium.com" STORAGE_TYPE="" -STORAGE_FILE_PATH="/Users/garymorse/projects/askcloudarch-org/mediumAutoPost/status.json" +STORAGE_FILE_PATH="/OPTIONAL/PATH/TO/STATUS/FILE.json" ``` Next, run the command and you are all set.