ericcornelissen/tool-versions-update-action

Add outputs

ericcornelissen opened this issue · 1 comments

Summary

GitHub Actions can be configured to output values for subsequent steps(/jobs). This can be used for example to add context to an earlier action or perform a step only if a certain condition is met.

Suggestions

Name Description base commit pr Status
did-update true if at least one tool was updated, false otherwise ✔️ ✔️ ✔️ #68
updated-count The number of updated tools ([0-9]+) ✔️ ✔️ ✔️ #118
updated-tools The list of updated tools (comma separated?) ✔️ ✔️ ✔️ #138
pr-number The number of the Pull Request created 🚫 🚫 ✔️ #71
commit-sha The SHA identifier of the created commit 🚫 ✔️ ✔️ #77

Working on this issue

Feel free to request, implement, or discuss any of the suggested (thus potential!) outputs. This can be individually, partially, or fully.

Also feel free to suggest other outputs either as a comment on this issue or as a separate issue (in which case, please do refer to this issue).

Closing this issue now because all listed outputs have been added.

If you want to see another output added to this action feel free to comment here or open a new issue.