The value for runs-on must either be set to macos-13 or ubuntu-latest in order to use this action.
This action allows the running of command-line programs via the bash shell of FreeBSD VMs provisioned with Vagrant using the run keyword. This also works with composite actions which exclusively use the run keyword (and/or call other composite actions which also do so.)
freebsd/FreeBSD-13.4-STABLE(virtualboxprovider only)freebsd/FreeBSD-14.1-STABLE(virtualboxprovider only)generic/freebsd13generic/freebsd14
- Provision a
FreeBSD VMusing the specifiedbox(with 2 CPUs & 2GB of RAM)- name: Provision VM uses: hummeltech/freebsd-vagrant-action@v4 with: box: freebsd/FreeBSD-14.1-STABLE cpus: 2 memory: 2048 - Execute a command using the
runkeyword- name: Display the contents of /etc/os-release run: cat /etc/os-release