We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ba327 commit 816d62dCopy full SHA for 816d62d
.github/workflows/main.yml
@@ -83,6 +83,6 @@ jobs:
83
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
84
uses: JorgeLNJunior/[email protected]
85
with:
86
- service-id: ${{ secrets.RENDER_SERVICE_ID }}
+ service_id: ${{ secrets.RENDER_SERVICE_ID }}
87
api_key: ${{ secrets.RENDER_API_KEY }}
88
- clear-cache: false
+ clear_cache: false
0 commit comments