Skip to content

Commit 482a55e

Browse files
BSKYmatchai
authored andcommitted
Rename schedules to schedule (#10)
1 parent 9ed57c0 commit 482a55e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/schedule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
name: Update gist with latest tweet
12
on:
2-
schedules:
3+
schedule:
34
- cron: '*/10 * * * *'
4-
name: Update gist with latest tweet
55
jobs:
66
update-gist:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- name: update-gist
10+
- name: Update gist
1111
uses: matchai/bird-box@master
1212
env:
1313
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)