Skip to content

Commit 816d62d

Browse files
Update main.yml
1 parent 36ba327 commit 816d62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8484
uses: JorgeLNJunior/[email protected]
8585
with:
86-
service-id: ${{ secrets.RENDER_SERVICE_ID }}
86+
service_id: ${{ secrets.RENDER_SERVICE_ID }}
8787
api_key: ${{ secrets.RENDER_API_KEY }}
88-
clear-cache: false
88+
clear_cache: false

0 commit comments

Comments
 (0)