mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-30 03:55:51 +00:00
2
.github/workflows/mikrotik_patch_7.yml
vendored
2
.github/workflows/mikrotik_patch_7.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user