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:
committed by
GitHub
parent
c8c38bb28f
commit
b13b59c326
3
.github/workflows/review-app-cleanup.yml
vendored
3
.github/workflows/review-app-cleanup.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user