Skip to content

Commit 0fb5f36

Browse files
committed
updates
1 parent b0b7dc3 commit 0fb5f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vagrant-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: vagrant validate
3737

3838
# Only run the more expensive macOS test if explicitly requested via workflow_dispatch
39-
# example: gh repo run workflow vagrant-test --ref main
39+
# example: gh workflow run vagrant-test.yml --ref main
4040
vagrant-test:
4141
needs: validate
4242
if: github.event_name == 'workflow_dispatch'
@@ -50,7 +50,7 @@ jobs:
5050
brew install --cask utm
5151
5252
- name: Install vagrant-utm plugin
53-
run: vagrant plugin install vagrant-utm
53+
run: vagrant plugin install vagrant_utm
5454

5555
- name: Run VM and test provisioning
5656
run: |

0 commit comments

Comments
 (0)