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 6, 2024
1 parent 43f2d59 commit 5c5984f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 --json --dir=${{ inputs.publish-dir }} --functions=functions
args: deploy --json --dir "${{ inputs.publish-dir }}"
env:
NETLIFY_AUTH_TOKEN: ${{ inputs.netlify-auth-token }}
NETLIFY_SITE_ID: ${{ inputs.netlify-site-id }}
4 changes: 2 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
id: netlify
timeout-minutes: 1
with:
publish-dir: .reg/
publish-dir: ./.reg
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
✅ Please check visual regression testing report
${{ steps.netlify.outputs.netlify-url }}
${{ steps.netlify.outputs.deploy_url }}
comment_tag: test-report-vrt

0 comments on commit 5c5984f

Please sign in to comment.