We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63679b2 commit baf0e8aCopy full SHA for baf0e8a
.github/workflows/iteration-status-emails.yml
@@ -127,7 +127,7 @@ jobs:
127
- Tasks in progress: ${{ steps.parse.outputs.RUNNER_COUNT }}
128
- Tasks blocked/needing review: ${{ steps.parse.outputs.HAND_COUNT }}
129
130
- View full dashboard: https://github.com/${{ github.repository }}/blob/main/docs/january-2026-progress.md
+ View full dashboard: https://github.com/${{ github.repository }}/blob/${{ github.sha }}/docs/january-2026-progress.md
131
132
Triggered by: ${{ github.event_name }}
133
Workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments