Unverified Commit 326f326e authored by Jongwoo Han's avatar Jongwoo Han Committed by GitHub
Browse files

Replace deprecated command with environment file (#3409)


Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
parent 29b1325a
...@@ -27,7 +27,7 @@ runs: ...@@ -27,7 +27,7 @@ runs:
- name: Get date - name: Get date
id: get-date id: get-date
shell: bash shell: bash
run: echo "::set-output name=today::$(/bin/date -u '+%Y%m%d')d" run: echo "today=$(/bin/date -u '+%Y%m%d')d" >> $GITHUB_OUTPUT
- name: Setup miniconda cache - name: Setup miniconda cache
id: miniconda-cache id: miniconda-cache
uses: actions/cache@v2 uses: actions/cache@v2
...@@ -143,4 +143,4 @@ runs: ...@@ -143,4 +143,4 @@ runs:
echo "There is ${AVAIL}KB free space left in $MOUNT, continue" echo "There is ${AVAIL}KB free space left in $MOUNT, continue"
fi fi
fi fi
done done
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment