Skip to content

Commit

Permalink
Add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Aug 27, 2024
1 parent 7c52263 commit 982fdb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
cd $GITHUB_ACTION_PATH
changelog=$(python -c 'import fetch_github_data; print(fetch_github_data.prepare_changelog_markdown())' "${{ inputs.repo }}" "${{ inputs.query_parameters }}" "${{ inputs.date }}")
oneline_changelog=$(echo "$changelog" | base64)
echo "oneline changelog: $oneline_changelog"
echo "changelog=$oneline_changelog" >> $GITHUB_OUTPUT
...

0 comments on commit 982fdb4

Please sign in to comment.