mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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
|
||||
id: get-date
|
||||
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')"
|
||||
shell: bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user