We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aca0e commit f8a0ab0Copy full SHA for f8a0ab0
action.yml
@@ -18,4 +18,4 @@ outputs:
18
description: "Changelog output"
19
runs:
20
using: "docker"
21
- image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.5"
+ image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.6"
main.py
@@ -158,7 +158,7 @@ def main():
158
if bare_output:
159
print(messages)
160
else:
161
- set_output("changelog", messages)
+ print(f"::set-output name=changelog::{prepare_output(messages)}")
162
163
164
if __name__ == "__main__":
0 commit comments