mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Paul Spooren
parent
afca2f2a71
commit
b1b11e155e
@@ -46,7 +46,7 @@ jobs:
|
|||||||
PACKAGES="${PACKAGES:-vim tmux bmon}"
|
PACKAGES="${PACKAGES:-vim tmux bmon}"
|
||||||
|
|
||||||
echo "Building $PACKAGES"
|
echo "Building $PACKAGES"
|
||||||
echo "::set-env name=PACKAGES::$PACKAGES"
|
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: openwrt/gh-action-sdk@v1
|
uses: openwrt/gh-action-sdk@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user