git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
afca2f2
)
CI: fix CVE-2020-15228
author
Josef Schlehofer
<redacted>
Fri, 16 Oct 2020 16:15:28 +0000
(18:15 +0200)
committer
Paul Spooren
<redacted>
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 <redacted>
.github/workflows/multi-arch-test-build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/multi-arch-test-build.yml
b/.github/workflows/multi-arch-test-build.yml
index 9c0f052c5c303ead192a828eb58384079ccf0f8c..e1bb12d5c16e374c429da37f6aed317a70c728e6 100644
(file)
--- a/
.github/workflows/multi-arch-test-build.yml
+++ b/
.github/workflows/multi-arch-test-build.yml
@@
-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
git clone https://git.99rst.org/PROJECT