From fa0e5758a5066fbd93be950c0b2ddbe6dd683401 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 21 Nov 2025 20:20:58 -0500 Subject: [PATCH] debug: set trace to 1 to see what the action is doing on push --- .github/workflows/review-app.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/review-app.yml b/.github/workflows/review-app.yml index 94d6a87..74eef9a 100644 --- a/.github/workflows/review-app.yml +++ b/.github/workflows/review-app.yml @@ -1,5 +1,5 @@ --- -name: 'review-app' +name: "review-app" # yamllint disable-line rule:truthy on: @@ -20,9 +20,10 @@ jobs: with: # create a review app command: review-apps:create - git_remote_url: 'ssh://dokku@dokku.com/nginx-buildpack' + git_remote_url: "ssh://dokku@dokku.com/nginx-buildpack" # specify `--force` as a flag for git pushes - git_push_flags: '--force' + git_push_flags: "--force" # specify a name for the review app review_app_name: nginx-buildpack-${{ github.event.pull_request.number }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} + trace: 1