Skip to content

Commit

Permalink
fixup! test: deploy reg report to Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
mii288 committed Aug 5, 2024
1 parent 2983013 commit 43f2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/netlify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
# FYI: https://github.com/netlify/actions/pull/65
uses: South-Paw/action-netlify-cli@v2
with:
args: deploy --dir=${{ inputs.publish-dir }} --functions=functions
args: deploy --json --dir=${{ inputs.publish-dir }} --functions=functions
env:
NETLIFY_AUTH_TOKEN: ${{ inputs.netlify-auth-token }}
NETLIFY_SITE_ID: ${{ inputs.netlify-site-id }}

0 comments on commit 43f2d59

Please sign in to comment.