We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b7dc3 commit 0fb5f36Copy full SHA for 0fb5f36
.github/workflows/vagrant-test.yml
@@ -36,7 +36,7 @@ jobs:
36
run: vagrant validate
37
38
# Only run the more expensive macOS test if explicitly requested via workflow_dispatch
39
- # example: gh repo run workflow vagrant-test --ref main
+ # example: gh workflow run vagrant-test.yml --ref main
40
vagrant-test:
41
needs: validate
42
if: github.event_name == 'workflow_dispatch'
@@ -50,7 +50,7 @@ jobs:
50
brew install --cask utm
51
52
- name: Install vagrant-utm plugin
53
- run: vagrant plugin install vagrant-utm
+ run: vagrant plugin install vagrant_utm
54
55
- name: Run VM and test provisioning
56
run: |
0 commit comments