We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cba03 commit 90c5750Copy full SHA for 90c5750
app/models/attestation.rb
@@ -40,7 +40,7 @@ def display_data # rubocop:disable Metrics/MethodLength
40
source_commit_string: "#{repo}@#{commit[0, 7]}",
41
source_commit_url: "https://github.com/#{repo}/tree/#{commit}",
42
build_file_string:, build_file_url:,
43
- build_summary_url: "https://github.com/#{repo}/actions/runs/#{build_file_string}"
+ build_summary_url: "https://github.com/#{repo}/actions/#{build_file_string.delete_prefix('.github/')}"
44
}
45
else
46
raise "Unhandled issuer: #{issuer.inspect}"
0 commit comments