Skip to content

Commit

Permalink
shortcut release-notes-fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Jan 17, 2025
1 parent 2c37534 commit ed5eb34
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/actions/release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ runs:
fi
echo 'Fetching release-notes'
"${GITHUB_ACTION_PATH}/release_notes_cli.py" \
--component-descriptor component-descriptor.yaml \
--github-auth-token "${auth_token}" \
${draft_arg:-} \
${ocm_repositories_arg:-} \
--outfile release-notes.md
#"${GITHUB_ACTION_PATH}/release_notes_cli.py" \
# --component-descriptor component-descriptor.yaml \
# --github-auth-token "${auth_token}" \
# ${draft_arg:-} \
# ${ocm_repositories_arg:-} \
# --outfile release-notes.md
#
echo "no release-notes available" > release-notes.md
echo 'Release-notes written to `release-notes.md`'
Expand Down

0 comments on commit ed5eb34

Please sign in to comment.