mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
ci: fix python step truncating GITHUB_ENV
This commit is contained in:
@@ -672,7 +672,7 @@ jobs:
|
||||
|
||||
output = yaml.dump(entries)
|
||||
print(output)
|
||||
with open(os.environ['GITHUB_ENV'], 'w') as outfile:
|
||||
with open(os.environ['GITHUB_ENV'], 'a') as outfile:
|
||||
outfile.write('ARTIFACTHUB_CHANGELOG<<EOF\n')
|
||||
outfile.write(output)
|
||||
outfile.write('EOF\n')
|
||||
|
||||
Reference in New Issue
Block a user