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

fix: checkout the code when cleaning up review apps

This commit is contained in:
Jose Diaz-Gonzalez
2026-03-07 10:57:29 -05:00
committed by GitHub
parent c8c38bb28f
commit b13b59c326

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: