mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
Fix date command
This commit is contained in:
parent
6b56e17dea
commit
d5a7204c27
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -37,8 +37,8 @@ jobs:
|
||||
- name: Get current date as seconds
|
||||
id: get-date
|
||||
run: |
|
||||
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=seconds::$(/bin/date -u +'%s')"
|
||||
echo "::set-output name=timestamp::$(/bin/date -u +'%Y%m%d_%H')"
|
||||
shell: bash
|
||||
|
||||
- name: generate merged authors file
|
||||
|
Loading…
Reference in New Issue
Block a user