From b7dd63ca332493df526e3d8ff11e358977414785 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Fri, 26 Jan 2024 15:10:02 +0100 Subject: [PATCH] Add the new `instanceType` input --- .github/workflows/posse-pixelfed-photo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/posse-pixelfed-photo.yml b/.github/workflows/posse-pixelfed-photo.yml index 46deeff45..b3309ef50 100644 --- a/.github/workflows/posse-pixelfed-photo.yml +++ b/.github/workflows/posse-pixelfed-photo.yml @@ -29,6 +29,7 @@ jobs: globalDelayToots: 660 # 11 hours nbTootsPerItem: 1000 delayTootsSameItem: 660 # 23 hours + instanceType: "pixelfed" - name: Pull any changes from Git 📥 run: git pull