From d0280e1f66d217d71c47cc73c37572ced58c2b47 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 20:42:49 -0700 Subject: [PATCH] fix: disable delay --- .github/workflows/scheduled-post.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scheduled-post.yaml b/.github/workflows/scheduled-post.yaml index fcfbbe2d..deff2cbb 100644 --- a/.github/workflows/scheduled-post.yaml +++ b/.github/workflows/scheduled-post.yaml @@ -14,6 +14,7 @@ jobs: feedUrl: "https://coryd.dev/follow.json" mastodonInstance: "https://social.lol" mastodonToken: ${{ secrets.MASTODON_TOKEN }} + globalDelayToots: 0 - name: Pull any changes from Git run: git pull - name: Commit and push