mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-03-12 16:45:57 +00:00
Merge pull request #93 from dokku/josegonzalez-patch-1
feat: enable trace mode on cleanups
This commit is contained in:
1
.github/workflows/review-app-cleanup.yml
vendored
1
.github/workflows/review-app-cleanup.yml
vendored
@ -21,3 +21,4 @@ jobs:
|
|||||||
# specify a name for the review app
|
# specify a name for the review app
|
||||||
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
trace: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user