configurator
configurator copied to clipboard
Cross-platform GitHub Action to download, extract, and add to path statically compiled tools
When executing the tool defined in PathInArchive, its dependent binary can't be loaded and error out. Is this by design? I Briefly looked at the code but would including binary...
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: engineerd/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
``` Error: Unable to process command '##[add-path]/home/runner/configurator/bin' successfully. Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS`...
Hey i had the same need and use aqua inside GitHub as well as laptop and server. https://github.com/aquaproj/aqua It’s a registry and a proxy so you can setup your config...
Some github projects provide their releases as compressed, but not archived, binaries. One such example being Shopify's [Javy](https://github.com/Shopify/javy/releases). It would be swell if configurator was able decompress such a binary...
I was trying to do ``` - uses: engineerd/[email protected] with: name: /home/runner/.cargo/bin/cargo-binstall url: https://github.com/ryankurte/cargo-binstall/releases/download/v0.11.1/cargo-binstall-x86_64-unknown-linux-musl.tgz pathInArchive: cargo-binstall ``` and it installed to `/home/runner/configurator/bin/home/runner/.cargo/bin/cargo-binstall` not the folder I expected!
I was pleased to find this is it seemed to do what I wanted, but reading more carefully it looks like a `chmod +x` is performed on every file (which...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Adding an optional `type: directory` input might allow us to move the entire directory and add it to the path.
I've been trying to use engineerd/configurator to install the latest version of kubernetes-sigs/kustomize, following the example given for kubernetes-sigs/kind. kind github release versions follow the expected convention (e.g. `v0.11.1`) however...