mirror of
https://github.com/KaKi87/vivaldi-source.git
synced 2025-07-20 01:05:36 +00:00
🐛 Fix 94e2b81
This commit is contained in:
parent
dc897173d4
commit
edbc07aa37
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
@ -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/')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue