diff --git a/example-workflows/review-app.yaml b/example-workflows/review-app.yaml index d92d985..acc9be4 100644 --- a/example-workflows/review-app.yaml +++ b/example-workflows/review-app.yaml @@ -52,6 +52,10 @@ jobs: # only run when a pull request is closed if: github.event_name == 'pull_request' && github.event.action == 'closed' steps: + # only needed if you have destroy hooks + - name: Cloning repo + uses: actions/checkout@v6 + - name: Destroy the review app uses: dokku/github-action@master with: