mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Merge pull request #753 from superbrothers/use-plugin-test-v1
Use v1 plugin-test action instead of v1.0.0 in document
This commit is contained in:
commit
cfa66b9109
@ -209,7 +209,7 @@ The [asdf-vm/actions](https://github.com/asdf-vm/actions) repo provides a GitHub
|
||||
```yaml
|
||||
steps:
|
||||
- name: asdf_plugin_test
|
||||
uses: asdf-vm/actions/plugin-test@v1.0.0
|
||||
uses: asdf-vm/actions/plugin-test@v1
|
||||
with:
|
||||
command: "my_tool --version"
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user