We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86e676f + 61213c7 commit ac48788Copy full SHA for ac48788
1 file changed
.github/workflows/test.yml
@@ -95,7 +95,7 @@ jobs:
95
# Create a comment body
96
cat << EOF > COMMENT.md
97
## 🚨 Snapshot test failed
98
- See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
+ See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})
99
100
### Errors
101
EOF
0 commit comments