Skip to content

Commit

Permalink
Merge pull request #17 from KKulma/bugfix/checkout-repo
Browse files Browse the repository at this point in the history
use the old data image
KKulma authored Oct 4, 2023
2 parents 03e7e32 + 43c0fa3 commit cfb8055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: update data

on:
schedule:
on:
schedule:
- cron: '0 6 * * *'
jobs:
update_data:
runs-on: ubuntu-latest
container:
image: kasiatemp/carbon-intensity-data:latest
image: kasiatemp/ng-update:daily
steps:
- name: Checkout repo
uses: actions/checkout@v2

0 comments on commit cfb8055

Please sign in to comment.