From fa36075c7139db5256adec065122c84743323448 Mon Sep 17 00:00:00 2001 From: programminghoch10 <16062290+programminghoch10@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:04:10 +0200 Subject: [PATCH] dirty fix the post run hooks of composite action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab6b04304..e8f09ea00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,3 +102,5 @@ jobs: uses: ad-m/github-push-action@v0.8.0 with: force_with_lease: true + - uses: actions/checkout@v4 + # need to checkout default branch again, for the post-run hooks of the composite deploy action to work