We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e7e31 commit 425b221Copy full SHA for 425b221
.github/workflows/bat.yml
@@ -62,7 +62,7 @@ jobs:
62
command: disp("Hello world!!")
63
startup-options: -nojvm -nodesktop -logfile mylog.log
64
65
- - name: Validate that command ran with arguments
+ - name: Validate that previous command ran with arguments
66
uses: ./
67
with:
68
command: assert(isfile("mylog.log"));
0 commit comments