Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Rename schedules to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
BSKY authored and matchai committed Sep 15, 2019
1 parent 21e5b23 commit 3b6c0d7
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 gist with WakaTime stats
on:
schedules:
schedule:
- cron: '*/10 * * * *'
name: Update gist with WakaTime stats
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: update-gist
- name: Update gist
uses: matchai/waka-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 3b6c0d7

Please sign in to comment.