Fix Nsfw annotations pulling in Kotlin stdlib into final APKs

This commit is contained in:
arkon
2020-08-29 10:48:58 -04:00
parent f7ee195b05
commit 81a9818b84
7 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ async function run() {
const context = github.context;
const payload = context.payload;
// Do nothing if it's wasn't being opened or it's not an issue
// Do nothing if it wasn't being opened or it's not an issue
if (payload.action !== 'opened' || !payload.issue) {
return;
}