mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Update mirror.yml
Fix Seconds Output
This commit is contained in:
parent
18556338d6
commit
6b56e17dea
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Get current date as seconds
|
- name: Get current date as seconds
|
||||||
id: get-date
|
id: get-date
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=seconds::$(/bin/date -u "+%s")"
|
echo "::set-output name=seconds::$(/bin/date -u'+%s')"
|
||||||
echo "::set-output name=timestamp::$(/bin/date -u'+%Y%m%d_%H')"
|
echo "::set-output name=timestamp::$(/bin/date -u'+%Y%m%d_%H')"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user