Skip to content

Commit 3e156d8

Browse files
authored
Merge pull request #166 from ansidev/fix/update-deploy-workflow
fix(github-workflow): update parameter name
2 parents 0efd830 + b1f6bfe commit 3e156d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_netlify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
PROD: ${{ needs.set_deploy_environment.outputs.github_environment == 'production' }}
117117
with:
118118
auth-token: ${{ env.NETLIFY_AUTH_TOKEN }}
119-
site-id: ${{ env.NETLIFY_SITE_ID }}
119+
site: ${{ env.NETLIFY_SITE_ID }}
120120
dir: ${{ env.DEPLOY_DIR }}
121121
alias: ${{ env.NETLIFY_DEPLOY_ALIAS }}
122122
prod: ${{ env.PROD }}

0 commit comments

Comments
 (0)