From b3607f9226680bc187774f6dd3149e50fea47ec7 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 22 Feb 2020 09:14:21 +0100 Subject: [PATCH] fix --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cedfb1b81..a24200c24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,11 +21,10 @@ jobs: pwd ls cd openmptcprouter - git checkout ${{ env.GITHUB_REF }} || true + git checkout ${GITHUB_REF} || true git pull || true - export OMR_PATH="${{ env.GITHUB_REPOSITORY }}/${{ env.GITHUB_REF }}" - export OMR_FEED_URL="https://github.com/${{ env.GITHUB_REPOSITORY }}" - export OMR_FEED_SRC="${{ env.GITHUB_REF }}" + export OMR_FEED_URL="https://github.com/ysurac/openmptcprouter-feeds" + export OMR_FEED_SRC="${GITHUB_REF}" pwd ls sh build.sh prepare {tools,toolchain}/install -j6