diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-10 01:00:02 +0300 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-10 01:00:02 +0300 |
| commit | 20b5a04370ac987807af73526b22dfe6e8a08a3d (patch) | |
| tree | 719935b43b7bcc0f13b52144708b6c2c0a33a152 | |
| parent | acae72517bc892911bf9b0f261ef41356e7e2c44 (diff) | |
irc.yml: fetch entire history
It's necessary to get the log since the last successful commit.
| -rw-r--r-- | .github/workflows/irc.yml | 2 |
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: |
