From 3910cde72dcb140e6a899d805f2e3a1f52a37e8c Mon Sep 17 00:00:00 2001 From: PM <3749956+CluEleSsUK@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:52:24 +0100 Subject: [PATCH] updated draw config for today's draw (#599) --- .github/workflows/execute-draw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/execute-draw.yml b/.github/workflows/execute-draw.yml index 43969a691..53b9f8f0d 100644 --- a/.github/workflows/execute-draw.yml +++ b/.github/workflows/execute-draw.yml @@ -25,11 +25,11 @@ jobs: run: mkdir -p draws - name: Draw 🎲 - uses: drand/draw-action@v0.0.9 + uses: drand/draw-action@v0.0.10 with: inputDir: ./lists outputDir: ./draws - count: 2 + count: 10 - name: Commit 🔐 run: | git config --global user.name $BOT_NAME