lens0021/Amber Script

Run arbitrary Amber scripts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: lens0021/amber-script-action@1dc8818d66d1056338568b9207a02175b2d9212f # v2.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
scriptThe script to run. Note: This action does not use 'set -e'. See README for error handling details.yes
amber-version0.5.1-alpha
enable-cacheWhether to cache Amber binaries and the compiled bash scriptstrue
cache-pathThe path to store Amber binaries and the compiled bash scripts. If empty string is given, the used path depends on the runner.""
amber-repository-urlThe 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-refA 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.""
namedescription
script_outputsJSON object containing all outputs set by the script via $AMBER_SCRIPT_OUTPUT