We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b1325 commit 326f326Copy full SHA for 326f326
.github/actions/setup-miniconda/action.yml
@@ -27,7 +27,7 @@ runs:
27
- name: Get date
28
id: get-date
29
shell: bash
30
- 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
31
- name: Setup miniconda cache
32
id: miniconda-cache
33
uses: actions/cache@v2
@@ -143,4 +143,4 @@ runs:
143
echo "There is ${AVAIL}KB free space left in $MOUNT, continue"
144
fi
145
146
- done
+ done
0 commit comments