This commit is contained in:
KaKi87 2025-07-19 15:21:47 +02:00
parent dc897173d4
commit edbc07aa37

View file

@ -1,5 +1,7 @@
import { $ } from 'bun'; import { $ } from 'bun';
await $`git config --global user.name "GitHub Actions"`;
await $`git config --global user.email "KaKi87@users.noreply.github.com"`;
console.log('Fetching versions'); console.log('Fetching versions');
const items = const items =
await fetch('https://vivaldi.com/source/') await fetch('https://vivaldi.com/source/')