]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix deprecated action command
authorChocobozzz <me@florianbigard.com>
Tue, 10 Nov 2020 07:50:49 +0000 (08:50 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 10 Nov 2020 07:50:49 +0000 (08:50 +0100)
.github/workflows/test.yml

index 8b605847ea57eefcd5f8b42ef73d05a8bfe46ba5..7db8711497d2ca0b3c56c5d9b093ab5db23c860a 100644 (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