mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: fix indentation in build preview workflow
- Corrected the indentation of the build-preview job in the GitHub Actions workflow for improved readability and consistency.
This commit is contained in:
parent
436cd4e702
commit
cdf7613733
2
.github/workflows/build-preview.yml
vendored
2
.github/workflows/build-preview.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-preview:
|
build-preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user