Fix deprecated action command

pull/3284/head
Chocobozzz 2020-11-10 08:50:49 +01:00
parent c220bd0599
commit 79389bffd6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz
mkdir -p $HOME/bin
cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
echo "::add-path::$HOME/bin"
echo "$HOME/bin" >> $GITHUB_PATH
- name: Cache Node.js modules
uses: actions/cache@v2
@ -88,7 +88,7 @@ jobs:
- name: Set env test variable (schedule)
if: github.event_name != 'schedule'
run: |
echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true"
echo "DISABLE_HTTP_IMPORT_TESTS=true" >> $GITHUB_ENV
- name: Run Test
# external-plugins tests only run on schedule