CI: fix CVE-2020-15228

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>
This commit is contained in:
Josef Schlehofer 2020-10-16 18:15:28 +02:00 committed by Paul Spooren
parent afca2f2a71
commit b1b11e155e
1 changed files with 1 additions and 1 deletions

View 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