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