Skip to content

Commit f8a0ab0

Browse files
committed
Temporary rollback for set-output, due to lack of workflow update
1 parent 33aca0e commit f8a0ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ outputs:
1818
description: "Changelog output"
1919
runs:
2020
using: "docker"
21-
image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.5"
21+
image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.6"

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def main():
158158
if bare_output:
159159
print(messages)
160160
else:
161-
set_output("changelog", messages)
161+
print(f"::set-output name=changelog::{prepare_output(messages)}")
162162

163163

164164
if __name__ == "__main__":

0 commit comments

Comments
 (0)