1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-13 10:49:15 +02:00

ci: use openwrt/gh-action-sdk@v4

In order to use feeds from GH mirror for GH actions, thus saving a lot
of resources being wasted. While at it fix whitespace issue.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
[applied to routing feed]
[whitespace issue not existing in routing feed]
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 5702d2e40b)
This commit is contained in:
Petr Štetiar 2022-03-24 09:17:27 +01:00 committed by Nick Hainke
parent 6c7306602a
commit 33254957df

View File

@ -79,7 +79,7 @@ jobs:
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
- name: Build - name: Build
uses: openwrt/gh-action-sdk@v3 uses: openwrt/gh-action-sdk@v4
env: env:
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
FEEDNAME: packages_ci FEEDNAME: packages_ci