aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-10 01:00:02 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-10 01:00:02 +0300
commit20b5a04370ac987807af73526b22dfe6e8a08a3d (patch)
tree719935b43b7bcc0f13b52144708b6c2c0a33a152 /.github/workflows
parentacae72517bc892911bf9b0f261ef41356e7e2c44 (diff)
downloadsciteco-20b5a04370ac987807af73526b22dfe6e8a08a3d.tar.gz
irc.yml: fetch entire history
It's necessary to get the log since the last successful commit.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/irc.yml2
1 files changed, 2 insertions, 0 deletions
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: