We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cb9f6 commit 2f98c4eCopy full SHA for 2f98c4e
1 file changed
.github/workflows/bsd.yml
@@ -49,14 +49,14 @@ jobs:
49
- name: Checkout
50
uses: actions/checkout@main
51
- name: Start FreeBSD
52
- if: ${{ matrix.os == "freebsd" }}
+ if: ${{ matrix.os == 'freebsd' }}
53
uses: vmactions/freebsd-vm@v1
54
with:
55
arch: ${{ matrix.arch }}
56
usesh: true
57
custom-shell-name: vmsh
58
- name: Start GhostBSD
59
- if: ${{ matrix.os == "ghostbsd" }}
+ if: ${{ matrix.os == 'ghostbsd' }}
60
uses: vmactions/ghostbsd-vm@v1
61
62
0 commit comments