CI: fix CVE-2020-15228
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 16 Oct 2020 16:15:28 +0000 (18:15 +0200)
committerPaul Spooren <mail@aparcar.org>
Fri, 16 Oct 2020 18:15:53 +0000 (08:15 -1000)
More details:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
.github/workflows/multi-arch-test-build.yml

index 9c0f052c5c303ead192a828eb58384079ccf0f8c..e1bb12d5c16e374c429da37f6aed317a70c728e6 100644 (file)
@@ -46,7 +46,7 @@ jobs:
           PACKAGES="${PACKAGES:-vim tmux bmon}"
 
           echo "Building $PACKAGES"
-          echo "::set-env name=PACKAGES::$PACKAGES"
+          echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
 
       - name: Build
         uses: openwrt/gh-action-sdk@v1