We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6385b4 commit d7e1950Copy full SHA for d7e1950
.github/workflows/credit-reward-automation.yml
@@ -53,6 +53,11 @@ jobs:
53
echo "sha=${first_sha}" >> "$GITHUB_OUTPUT"
54
echo "email=${email}" >> "$GITHUB_OUTPUT"
55
56
+ - name: Debug email extraction
57
+ run: |
58
+ echo "First commit SHA: ${{ steps.first_commit.outputs.sha }}"
59
+ echo "Extracted email: ${{ steps.first_commit.outputs.email }}"
60
+
61
- name: Compute PR diff stats (files/lines)
62
id: pr_stats
63
shell: bash
0 commit comments