From 781000e0479184eefc83f77bac79f24595aa6f30 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Thu, 27 Jul 2023 15:54:17 +0100 Subject: [PATCH] chore(infra): bundlewatch Signed-off-by: Sami Mazouz --- .github/workflows/REUSABLE_frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index b124b88a0..705eeb357 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -152,4 +152,3 @@ jobs: env: BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.bundlewatch_github_token }} CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }} - CI_BRANCH_BASE: ${{ github.event.pull_request.base.ref }}