diff --git a/.actions/sheet-http/dist/index.js b/.actions/sheet-http/dist/index.js index 98f27299c17..1709e72939f 100755 --- a/.actions/sheet-http/dist/index.js +++ b/.actions/sheet-http/dist/index.js @@ -32397,12 +32397,13 @@ const getSettings = () => { // Env vars are a mess in the way we have github actions. // Going to just use the branch as our test. let branch = github.context.ref.replace("refs/heads/", ""); + let repo = github.context.repo.repo; let retval = {}; if (["staging", "feature/CSC-2163"].includes(branch)) { retval = { apiKey: process.env["STAGING_API_KEY"], sheetHttpUrl: "https://sheet-http.staging.roll20preflight.net", - repoName: "roll20-private-sheets", + repoName: repo, simulate: true, }; } @@ -32410,7 +32411,7 @@ const getSettings = () => { retval = { apiKey: process.env["PRODUCTION_API_KEY"], sheetHttpUrl: "https://sheet-http.production.roll20preflight.net", - repoName: "roll20-private-sheets", + repoName: repo, simulate: false, }; } diff --git a/Tri-Stat/sheet.json b/Tri-Stat/sheet.json index 17933f9a548..a13c72d0263 100644 --- a/Tri-Stat/sheet.json +++ b/Tri-Stat/sheet.json @@ -4,6 +4,6 @@ "authors": "John W.", "roll20userid": "492849", "preview": "Tri-Stat.png", - "instructions": "For use with Tri-Stat, and supports all die sizes from d4 to d20..", + "instructions": "For use with Tri-Stat, and supports all die sizes from d4 to d20.", "legacy": true } \ No newline at end of file