We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c6dd1 commit 3229b23Copy full SHA for 3229b23
1 file changed
.github/workflows/vercel-deploy.yml
@@ -54,3 +54,8 @@ jobs:
54
run: |
55
AUTHOR=$(git log -1 --pretty=format:'%an <%ae>')
56
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