mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-03-12 08:35:57 +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:
|
destroy_review_app:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Cloning repo
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Destroy the review app
|
- name: Destroy the review app
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user