2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

Update mirror.yml

Fix date command
This commit is contained in:
sidey79 2021-11-29 20:08:21 +01:00 committed by GitHub
parent 6b56e17dea
commit d5a7204c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ 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
- name: generate merged authors file - name: generate merged authors file