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 41250d2 commit 3301254Copy full SHA for 3301254
tests/units/autoload_proompter_callback_prompt.vader
@@ -6,7 +6,6 @@ Execute (proompter#callback#prompt#EncodeImagesFromFilePaths -- Reads and encode
6
7
" TODO: Maybe also inspect `/etc/os-release`
8
if system('echo $GITHUB_ACTIONS') =~ 'true'
9
- echoe "system('echo $GITHUB_ACTIONS') ->" system('echo $GITHUB_ACTIONS')
10
call system("convert -size 1x1 'xc:rgb(0,0,0)' " . file_path)
11
else
12
call system("magick -size 1x1 'xc:rgb(0,0,0)' " . file_path)
0 commit comments