Files
FFmpeg/addons/export.sh
T
Michael Fabian 'Xaymar' Dirks 5c9a68281a ci: Move to a script based system for easier local repro
Also limit parallel execution of automation commands so they don't break each other randomly.
2022-01-10 00:31:19 +01:00

5 lines
84 B
Bash

export $1="$2"
if [[ "${CI}" == "true" ]]; then
echo "::set-output name=$1::$2"
fi