Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
To avoid breaking changes, use the full Semantic Version
vX.Y.Z. Below are the available version pinning options:
steps:
# Reference a specific commit (most strict, for the supply-chain paranoid)
- uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396
# Reference a semver major version only (GitHub recommended)
- uses: asdf-vm/actions/install@v4
# Reference a semver version of a release (recommended)
- uses: asdf-vm/actions/[email protected]
# Reference a branch (most dangerous)
- uses: asdf-vm/actions/install@master
Automatic Actions Updating
GitHub Dependabot has support for tracking GitHub Actions releases and
automatically creating PRs with these updates.
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly" # Check for updates to GitHub Actions every week
Actions
Install
Installs asdf & tools in .tool-versions. Plugins fetched from
asdf-vm/asdf-plugins
steps:
- uses: asdf-vm/actions/install@v4
Options are:
Name
Required
Default
Description
asdf_branch
false
master (i.e. latest)
asdf branch to clone
skip_install
false
false
setup env without installing asdf
tool_versions
false
If present, this value will be written to the .tool-versions file.
before_install
false
Bash script to run after plugins are installed but before asdf install.
Command used to test your plugin tool. Something with --version or --help
plugin
false
repository name without asdf-
Plugin name to use
version
false
latest
Tool version to test
giturl
false
current github repository
Plugin repository
gitref
false
current commit
Branch or commit from repository to test
github_token
false
github.token value
Token used to avoid rate limit when asdf calls the GitHub API
Setup
Only install asdf CLI.
Note: this Action is used internally by Install & Plugin Test, opt for those
first.
steps:
- uses: asdf-vm/actions/setup@v4
Options are:
Name
Default
Description
asdf_branch
master (i.e. latest)
asdf branch to clone
skip_install
false
setup env without installing asdf
Plugins Add
Only install plugins, not tools.
Note: this Action is used internally by Install & Plugin Test, opt for those
first.
steps:
- uses: asdf-vm/actions/plugins-add@v4
Options are:
Name
Required
Default
Description
asdf_branch
false
master (i.e. latest)
asdf branch to clone
skip_install
false
false
setup env without installing asdf
tool_versions
false
If present, this value will be written to the .tool-versions file.
Miscellaneous
Full Example Workflow
This example workflow demonstrates how to use the Install Action:
asdf-vm/actions/install@v4. It is taken from the
asdf-vm/asdf-plugin-template
repository.
# example .tool-versions
shellcheck 0.9.0
shfmt 3.6.0
Using the default GitHub Action images may cause problems during plugin testing
due to current asdf implementation constraints. If you experience issues, you
can use Docker containers to reduce the variables of your environment.
TopGit's last sync did not record any GitHub topics for asdf-vm/actions. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How many stars does asdf-vm/actions have?
asdf-vm/actions has 165 GitHub stars — refresh the page for the live number, or check github.com/asdf-vm/actions. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is asdf-vm/actions still maintained?
TopGit's metadata for asdf-vm/actions does not include a recent push date. Check the commit history on the GitHub repository page for the most authoritative activity timeline.
What is asdf-vm/actions?
asdf-vm/actions (asdf-vm/actions) is a multi-language project tracked by TopGit. The repository has 165 GitHub stars at the time of our last sync.
What language is asdf-vm/actions written in?
TopGit's last sync did not record a primary language for asdf-vm/actions. Open the repository on GitHub to see the full breakdown by file extension.
Read full README in the tab above.
Is actions worth your time?
ChatGPT, Claude and Perplexity can all read this page. Ask one of them what it makes of actions.