Skip to content

Commit 85ee633

Browse files
committed
fix date for caching bug
1 parent 1831f1d commit 85ee633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: 3.8
2626
- name: Get current year-month
2727
id: date
28-
run: echo "::set-output name=date::$(date+'%Y-%m')"
28+
run: echo "::set-output name=date::$(date +'%Y-%m')"
2929
- uses: actions/cache@v2
3030
# the cache for python package is reset:
3131
# * every month

0 commit comments

Comments
 (0)