Skip to content

Commit 1d15d3d

Browse files
Add FORCE_UPDATE_VERSION to environment variables
Useful for testing if needed
1 parent 126dc17 commit 1d15d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game-servers/factorio/version-updater/check-and-update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const path = require("path");
99
const {
1010
GITHUB_TOKEN, GITHUB_OWNER, GITHUB_REPO, FILE_PATH, BASE_BRANCH = "main",
1111
GPG_KEY_ID, GPG_PASSPHRASE, GPG_PRIVATE_KEY,
12+
FORCE_UPDATE_VERSION // For testing
1213
} = process.env;
1314

1415
const FACTORIO_API_URL = "https://factorio.com/api/latest-releases";

0 commit comments

Comments
 (0)