fix: remove delay setting
This commit is contained in:
parent
d0280e1f66
commit
4319f5517c
1 changed files with 0 additions and 1 deletions
1
.github/workflows/scheduled-post.yaml
vendored
1
.github/workflows/scheduled-post.yaml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
||||||
feedUrl: "https://coryd.dev/follow.json"
|
feedUrl: "https://coryd.dev/follow.json"
|
||||||
mastodonInstance: "https://social.lol"
|
mastodonInstance: "https://social.lol"
|
||||||
mastodonToken: ${{ secrets.MASTODON_TOKEN }}
|
mastodonToken: ${{ secrets.MASTODON_TOKEN }}
|
||||||
globalDelayToots: 0
|
|
||||||
- name: Pull any changes from Git
|
- name: Pull any changes from Git
|
||||||
run: git pull
|
run: git pull
|
||||||
- name: Commit and push
|
- name: Commit and push
|
||||||
|
|
Reference in a new issue