Skip to content

Commit

Permalink
Fixed cache date variable 'today'.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Oct 24, 2022
1 parent c74b02d commit 84f574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f574c

Please sign in to comment.