We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e676f commit 61213c7Copy full SHA for 61213c7
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