mirror of
https://github.com/servo/servo
synced 2026-05-05 22:52:07 +02:00
This is alternative to https://github.com/servo/servo/pull/41491 with actual fix. Instead of using `github.sha` which has sha of workflow commit (which is wrong when doing try labels) we use actual checkout commit. Fixes: #41489 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>