Browse Source
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
pull/110/head
elseif
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/mikrotik_patch_7.yml
|
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- name: Set build time |
|
|
|
id: set_buildtime |
|
|
|
run: |
|
|
|
run: | |
|
|
|
_BUILD_TIME=${{ github.event.inputs.buildtime }} |
|
|
|
if [ $_BUILD_TIME == "" ]; then |
|
|
|
echo "BUILD_TIME=$(date +'%s')" >> $GITHUB_OUTPUT |
|
|
|
|