Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 4dadfa7

Browse files
committed
fix: update action yaml formatting
1 parent df9c587 commit 4dadfa7

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/trigger-netlify-build.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ on:
77
jobs:
88
deploy-preview:
99
runs-on: ubuntu-latest
10-
1110
steps:
12-
if: contains(github.event.comment.body, 'netlify build')
13-
- name: deploy to preview mode
14-
uses: thundermiracle/netlify-deploy@v3
15-
with:
16-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
17-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
18-
deploy-dir: "./public"
19-
extra-cache-path: |
20-
.cache
21-
public
11+
if: contains(github.event.comment.body, 'netlify build')
12+
- name: deploy to preview mode
13+
uses: thundermiracle/netlify-deploy@v3
14+
with:
15+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
16+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
17+
deploy-dir: "./public"
18+
extra-cache-path: |
19+
.cache
20+
public

0 commit comments

Comments
 (0)