Skip to content

Commit 3229b23

Browse files
committed
check vercel
1 parent f1c6dd1 commit 3229b23

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/vercel-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
run: |
5555
AUTHOR=$(git log -1 --pretty=format:'%an <%ae>')
5656
echo "author=$AUTHOR" >> "$GITHUB_OUTPUT"
57+
58+
- name: Debug Author Output
59+
run: |
60+
echo "Captured Author: ${{ steps.commit_author.outputs.author }}"
61+

0 commit comments

Comments
 (0)