2
0
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:
sidey79 2021-11-29 20:01:19 +01:00 committed by GitHub
parent 18556338d6
commit 6b56e17dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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