mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Test if GitHub parses like shell does or not
This commit is contained in:
parent
9d9c549275
commit
60596b04eb
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -83,8 +83,8 @@ jobs:
|
||||
cat >| .ffmpeg.releases.json <<'EOF'
|
||||
${{ needs.info.outputs.ffmpeg-releases }}
|
||||
EOF
|
||||
mk_delim() { printf -- '"%s_EOF_%d_"' "$1" "${RANDOM}" ; } ;
|
||||
open_ml_var() { local f=''\%'s<<'\%'s\n' ; printf -- "${f}" "$2" "$1" ; } ;
|
||||
mk_delim() { local f='%s_EOF_%d_' ; printf -- "${f}" "$1" "${RANDOM}" ; } ;
|
||||
open_ml_var() { local f=''\%'s<<"'\%'s"\n' ; printf -- "${f}" "$2" "$1" ; } ;
|
||||
close_ml_var() { local f='%s\n' ; printf -- "${f}" "$1" ; } ;
|
||||
{
|
||||
var='FFMPEG_DATE' ;
|
||||
|
Loading…
Reference in New Issue
Block a user