mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-11-18 19:04:14 +00:00
Compare commits
6 Commits
806f8f5b0a
...
05b3a5c841
| Author | SHA1 | Date | |
|---|---|---|---|
| 05b3a5c841 | |||
| f415d7d80d | |||
| cf60a30bc8 | |||
| f77b6db3a0 | |||
| f2bbc7f0a0 | |||
| c1c5ed2d9e |
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: 'review-app'
|
||||
name: 'deploy'
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
2
.github/workflows/review-app.yml
vendored
2
.github/workflows/review-app.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user