You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ADD token when readJson from remote
* TEST headers
* Add using token
* ADD info
* Use token only when using before tag
* Update src/main.ts
Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
* build: manually commit build
Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
Copy file name to clipboardExpand all lines: src/main.ts
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ async function main() {
23
23
if(assumeSameVersion&&!['old','new'].includes(assumeSameVersion))returnsetFailed(`The provided assume-same-version parameter is not valid (received ${assumeSameVersion})`)
24
24
if(staticChecking&&!['localIsNew','remoteIsNew'].includes(staticChecking))returnsetFailed(`The provided static-checking parameter is not valid (received ${staticChecking})`)
0 commit comments