From 328dafbdbc7512e4ad383c9c818c672b2f6828a4 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 6 Jul 2024 00:49:56 +0100 Subject: [PATCH] Add missing checkout step --- .github/workflows/push-changes.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push-changes.yml b/.github/workflows/push-changes.yml index 76019d4..40637a7 100644 --- a/.github/workflows/push-changes.yml +++ b/.github/workflows/push-changes.yml @@ -17,6 +17,10 @@ jobs: contents: write steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Download the pull request run's artifact uses: actions/download-artifact@v4 with: