utils/github/actions: fix frozen string handling

This commit is contained in:
Bo Anderson 2025-05-02 01:35:04 +01:00
parent 080ade602a
commit e35709cb43
No known key found for this signature in database

View File

@ -98,7 +98,7 @@ module GitHub
sig { returns(String) }
def to_s
metadata = @type.to_s
metadata = @type.to_s.dup
if @file
metadata << " file=#{Actions.escape(@file.to_s)}"