Commit aca48e97 authored by anuraghazra's avatar anuraghazra
Browse files

infra: prevent failing on preview-theme script

parent 0ccdb404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ async function run() {
      issue_number: pullRequestId,
    });
  } catch (error) {
    core.setFailed(error.message);
    console.log(error);
  }
}