-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove use of format in favour of inline bash #2
Conversation
Remove use of inline 'format' which doesn't appear to work with nested templating in favour of a simplistic base step output.
@stevehipwell -> Steve, you might want to have a CODEOWNERS or similar to assign yourself to review this ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a nit comment for the bash script. Could you also split the PR in half so we can get the action changes merged ASAP.
RE the tests I think a matrix job driven from a YAML file processed in a pre-job would be the best way to make this extensible.
Co-authored-by: Steve Hipwell <[email protected]>
Ok then, I committed your suggestions, and I removed the test-install-tool yaml; I'll raise a new PR with a matrix style (eventually). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @quotidian-ennui!
Motivation
Resolves #1
Changes
Test run : https://github.com/quotidian-ennui/install-tool-from-github-release/actions/runs/6772382912