Skip to content

Commit 6824cd1

Browse files
committed
ci: Switching to main branch since develop is not an existing branch
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 378b2ae commit 6824cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vagrant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Vagrant
1717
run: brew install --cask vagrant
1818

19-
- uses: vonericsen/github-actions-vagrant@develop
19+
- uses: vonericsen/github-actions-vagrant@main
2020
with:
2121
mem: 2048
2222
timeout: 600
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Vagrant
6262
run: brew install --cask vagrant
6363

64-
- uses: vonericsen/github-actions-vagrant@develop
64+
- uses: vonericsen/github-actions-vagrant@main
6565
with:
6666
mem: 2048
6767
box: ${{ matrix.config.box }}

0 commit comments

Comments
 (0)