Compare commits

...
6 Commits
Author SHA1 Message Date
Jose Diaz-Gonzalez 05b3a5c841 Merge pull request #83 from dokku/josegonzalez-patch-1
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:46 -04:00
Jose Diaz-Gonzalez f415d7d80d chore: update actions/checkout from v4 to v5 2025-09-03 00:32:31 -04:00
Jose Diaz-Gonzalez cf60a30bc8 Merge pull request #82 from dokku/josegonzalez-patch-1
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:20 -04:00
Jose Diaz-Gonzalez f77b6db3a0 chore: update actions/checkout from v4 to v5 2025-09-03 00:32:05 -04:00
Jose Diaz-Gonzalez f2bbc7f0a0 Merge pull request #81 from dokku/josegonzalez-patch-1
chore: rename workflow from build to deploy
2025-09-03 00:31:02 -04:00
Jose Diaz-Gonzalez c1c5ed2d9e chore: rename workflow from build to deploy 2025-09-03 00:30:16 -04:00
2 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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