mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-18 05:34:22 +01:00
Merge pull request #1 from mg-twentyone/ci/fix-workflow
Restore cronjob and data
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -2,9 +2,9 @@
|
||||
# Daily job at 04:05 GMT
|
||||
|
||||
name: Simple update btc rates
|
||||
# on:
|
||||
#schedule:
|
||||
# - cron: '5 4 * * *'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '5 4 * * *'
|
||||
|
||||
jobs:
|
||||
run:
|
||||
@@ -12,11 +12,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: setup actions
|
||||
uses: actions/checkout@v3
|
||||
- name: setup node version
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.x
|
||||
node-version: '22'
|
||||
|
||||
- name: add and push
|
||||
run: |
|
||||
npm install
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu Jul 24 04:38:57 UTC 2025
|
||||
Tue Sep 23 08:31:06 AM CEST 2025
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user