1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-03-12 00:35:56 +00:00

Merge pull request #94 from dokku/josegonzalez-patch-1

fix: checkout the code when cleaning up review apps
This commit is contained in:
Jose Diaz-Gonzalez
2026-03-07 10:58:35 -05:00
committed by GitHub

View File

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