1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-24 21:23:32 +00:00

debug: set trace to 1 to see what the action is doing on push

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:20:58 -05:00
parent c90d35aa9b
commit fa0e5758a5

View File

@ -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