lens0021/Amber Script
Run arbitrary Amber scripts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- GPL 3.0
Pinned Snippet
uses: lens0021/amber-script-action@1dc8818d66d1056338568b9207a02175b2d9212f # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| script | The script to run. Note: This action does not use 'set -e'. See README for error handling details. | yes | — |
| amber-version | — | — | 0.5.1-alpha |
| enable-cache | Whether to cache Amber binaries and the compiled bash scripts | — | true |
| cache-path | The path to store Amber binaries and the compiled bash scripts. If empty string is given, the used path depends on the runner. | — | "" |
| amber-repository-url | The Git repository URL to clone Amber from when building from source. Defaults to the official Amber repository. | — | https://github.com/amber-lang/amber.git |
| amber-repository-ref | A Git ref (commit SHA, branch name, or tag name) to build Amber from source. If provided, this overrides 'amber-version' and triggers a build from source. | — | "" |
Outputs
| name | description |
|---|---|
| script_outputs | JSON object containing all outputs set by the script via $AMBER_SCRIPT_OUTPUT |