Skip to content

Commit 49b0ad7

Browse files
committed
wip: setting up and testing things
1 parent ec3c267 commit 49b0ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
publish_branch: gh-pages
4646
destination_dir: previews/${{ steps.vars.outputs.branch }}
4747
user_name: github-actions[bot]
48-
commit_message: "ci(preview): deploy ${{ steps.vars.outputs.branch }} preview"
49-
48+
user_email: github-actions[bot]@users.noreply.github.com
49+
commit_message: 'ci(preview): deploy ${{ steps.vars.outputs.branch }} preview'
5050
- name: Comment preview URL
5151
if: success()
5252
uses: actions/github-script@v7

0 commit comments

Comments
 (0)