diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57df254b8..181900f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: use-only-tar-bz2: true - name: Cache date id: get-date - run: echo "name={today::$(/bin/date -u '+%Y%m%d')}" >> $GITHUB_OUTPUT + run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT shell: bash - name: Cache Conda env uses: actions/cache@v2