Setup Alpacon CLI
Version updated for https://github.com/alpacax/alpacon-setup-action to version v1.1.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Alpacon Setup Action is a GitHub Action that automates the installation of the Alpacon CLI in a workflow environment, ensuring it is available for subsequent steps. It eliminates the need for manual installation by checking for the CLI’s presence and installing it if necessary. This action streamlines workflows by serving as a prerequisite for other Alpacon actions, enabling seamless integration and efficient use of the Alpacon CLI.
Release notes
What’s Changed
- Add
set -efor fail-fast error handling in composite action steps - Change
curl -stocurl -sSto show error messages while hiding progress bar - Add
permissions: contents: readto test workflow (least privilege) - Add
set -eto test workflow run blocks - Improve README with troubleshooting table, supported runners, and related actions
- Use pinned version tags in documentation examples