Skip to content

Commit 054799b

Browse files
authored
Restore ISSUE_BODY to github output (#74)
1 parent 87351a8 commit 054799b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ runs:
4949
run: |
5050
uv run --frozen $GITHUB_ACTION_PATH/format_issue_body.py "$LOG_PATH" "$WORKFLOW_URL" "$ISSUE_BODY"
5151
52+
echo "ISSUE_BODY=$ISSUE_BODY" >> $GITHUB_OUTPUT
53+
5254
- name: inspect the results
5355
shell: bash
5456
env:

0 commit comments

Comments
 (0)