From 20b5a04370ac987807af73526b22dfe6e8a08a3d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 10 Aug 2025 01:00:02 +0300 Subject: irc.yml: fetch entire history It's necessary to get the log since the last successful commit. --- .github/workflows/irc.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/irc.yml') diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml index ebd6be5..f96616f 100644 --- a/.github/workflows/irc.yml +++ b/.github/workflows/irc.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Git Clone uses: actions/checkout@v4.1.6 + with: + fetch-depth: 0 - name: Get log id: get_log env: -- cgit v1.2.3