Skip to content

Commit

Permalink
RHOAIENG-15333: chore(ci): create a Python script that reads Workbenc…
Browse files Browse the repository at this point in the history
…h image manifests and outputs snippet suited for inclusion in Docs
  • Loading branch information
jiridanek committed Jan 8, 2025
1 parent 3a6279e commit 5a421ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ jobs:
- name: Run the release notes script
run: |
set -Eeuxo pipefail
poetry run ci/package_versions.py | tee ${GITHUB_STEP_SUMMARY}
poetry run ci/package_versions.py | tee packages_report.md
cat packages_report.md >> ${GITHUB_STEP_SUMMARY}
echo '### Sources' >> ${GITHUB_STEP_SUMMARY}
echo '```' >> ${GITHUB_STEP_SUMMARY}
cat packages_report.md >> ${GITHUB_STEP_SUMMARY}
echo '```' >> ${GITHUB_STEP_SUMMARY}

0 comments on commit 5a421ba

Please sign in to comment.