This commit is contained in:
Melanie Kat 2025-12-17 18:03:12 -08:00
parent aecf34f1be
commit b7820a4739
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: docker # ubuntu-latest runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4

View file

@ -32,7 +32,6 @@ export default async function now() {
await Promise.all( await Promise.all(
items.map(async ({ id, regex, getLatest }) => { items.map(async ({ id, regex, getLatest }) => {
console.log("getLatest", getLatest);
const latest = await getLatest(); const latest = await getLatest();
console.log(`${id}: ${latest}`); console.log(`${id}: ${latest}`);
if (latest) { if (latest) {