From c2d9bd63c6e852aa4cb6a4143b73be00a91b0849 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:32:05 -0600 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 6b44008..98f3bca 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -14,6 +14,7 @@ on: env: GITHUB_SHA: ${{ github.event.inputs.rtag }} + BROMITE_SHA: ${{ github.event.inputs.rtag }} USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket https_proxy: http://172.18.0.1:8118 @@ -77,7 +78,7 @@ jobs: run: | sleep 2h VERSION=$(cat bromite/build/RELEASE) - ./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src + ./bin/SuperPatchUtils bromite $BROMITE_SHA chromium/src cd chromium/src git init