Skip to content

Commit ac48788

Browse files
authored
Merge pull request #513 from VirtualLiveLab/ci-include-job-in-failed-notify
ci: include job in failure url
2 parents 86e676f + 61213c7 commit ac48788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Create a comment body
9696
cat << EOF > COMMENT.md
9797
## 🚨 Snapshot test failed
98-
See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
98+
See the details: [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})
9999
100100
### Errors
101101
EOF

0 commit comments

Comments
 (0)