From e3f90f09420d2675efe53632097b6da747c82645 Mon Sep 17 00:00:00 2001 From: Jonathan Stevens Date: Sun, 10 Dec 2023 02:04:39 +0000 Subject: [PATCH] :construction: chore(modules): update discord changelog posting --- .github/workflows/discord_changelog.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/discord_changelog.yml b/.github/workflows/discord_changelog.yml index 6d1f2e2..3f78dcc 100644 --- a/.github/workflows/discord_changelog.yml +++ b/.github/workflows/discord_changelog.yml @@ -37,11 +37,11 @@ # Current Version: 0.0.0 ### -name: "Change Report" +name: 'Change Report' on: workflow_dispatch: schedule: - - cron: "0 01 * * 0/3" + - cron: '0 01 * * 1/2' jobs: change-report: @@ -56,13 +56,13 @@ jobs: with: # The destination to post the report to. # "slack" and "discord" are supported - destination: "discord" + destination: 'discord' # Number of days to include into the report - days: 3 + days: 2 # Slack channel to post the report to. # For Slack it's the name of the channel, without the leading "#", # For Discord it's the channel ID - channel: "1181344014532870174" + channel: '1181344014532870174, 1175861376711925762' env: # Your OpenAI API key, used to generate the report OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}