Update mikrotik_patch_7.yml

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-02-19 16:17:23 +08:00 committed by GitHub
parent 3b529862d1
commit 0dbed4777f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ jobs:
id: set_buildtime
run:
_BUILD_TIME=${{ github.event.inputs.buildtime }}
if [$BUILD_TIME == ""];then
if [$_BUILD_TIME == ""];then
echo "BUILD_TIME=$(date +'%s')" >> $GITHUB_OUTPUT
else
echo "BUILD_TIME=$_BUILD_TIME" >> $GITHUB_OUTPUT