try single quotes instead of escaped quotes

This commit is contained in:
Damien Miller
2025-11-07 15:44:18 +11:00
parent 48d8293956
commit 5a104d81a2

View File

@@ -42,7 +42,7 @@ jobs:
run: sshfs_mount
working-directory: ${{ runner.temp }}
- name: update source
run: vmrun "cd /usr/src && if [ -d .git ]; then git pull && git log -n1 --pretty=format:\"%h %an: %s\" ; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi"
run: vmrun "cd /usr/src && if [ -d .git ]; then git pull && git log -n1 --pretty=format:'%h %an: %s' ; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi"
- name: update netcat
run: vmrun "cd /usr/src/usr.bin/nc && make clean all && sudo make install"
- name: make clean