cleanup
This commit is contained in:
parent
aecf34f1be
commit
b7820a4739
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
1
index.js
1
index.js
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue