mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
3b529862d1
commit
0dbed4777f
2
.github/workflows/mikrotik_patch_7.yml
vendored
2
.github/workflows/mikrotik_patch_7.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
id: set_buildtime
|
id: set_buildtime
|
||||||
run:
|
run:
|
||||||
_BUILD_TIME=${{ github.event.inputs.buildtime }}
|
_BUILD_TIME=${{ github.event.inputs.buildtime }}
|
||||||
if [$BUILD_TIME == ""];then
|
if [$_BUILD_TIME == ""];then
|
||||||
echo "BUILD_TIME=$(date +'%s')" >> $GITHUB_OUTPUT
|
echo "BUILD_TIME=$(date +'%s')" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "BUILD_TIME=$_BUILD_TIME" >> $GITHUB_OUTPUT
|
echo "BUILD_TIME=$_BUILD_TIME" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user