From d5a7204c27adcea114768ed2f131f7090104d57d Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:08:21 +0100 Subject: [PATCH] Update mirror.yml Fix date command --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bad82d519..1d0907e94 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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