diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index b53f509..71bc65e 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: docker # ubuntu-latest + runs-on: docker steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/index.js b/index.js index 652a264..163d171 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,6 @@ export default async function now() { await Promise.all( items.map(async ({ id, regex, getLatest }) => { - console.log("getLatest", getLatest); const latest = await getLatest(); console.log(`${id}: ${latest}`); if (latest) {