mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-18 13:44: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
|
# Daily job at 04:05 GMT
|
||||||
|
|
||||||
name: Simple update btc rates
|
name: Simple update btc rates
|
||||||
# on:
|
on:
|
||||||
#schedule:
|
schedule:
|
||||||
# - cron: '5 4 * * *'
|
- cron: '5 4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
@@ -12,11 +12,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: setup actions
|
- name: setup actions
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: setup node version
|
|
||||||
uses: actions/setup-node@v1
|
- name: Setup Node.js 22
|
||||||
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.x
|
node-version: '22'
|
||||||
|
|
||||||
- name: add and push
|
- name: add and push
|
||||||
run: |
|
run: |
|
||||||
npm install
|
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