From b13b59c326d00e0296977bc18305b5beafa485c6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 7 Mar 2026 10:57:29 -0500 Subject: [PATCH] fix: checkout the code when cleaning up review apps --- .github/workflows/review-app-cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/review-app-cleanup.yml b/.github/workflows/review-app-cleanup.yml index 1ca2bcb..83d25cc 100644 --- a/.github/workflows/review-app-cleanup.yml +++ b/.github/workflows/review-app-cleanup.yml @@ -12,6 +12,9 @@ jobs: destroy_review_app: runs-on: ubuntu-latest steps: + - name: Cloning repo + uses: actions/checkout@v6 + - name: Destroy the review app uses: dokku/github-action@master with: