From 66a80b961aeee77e3108eeab8e398908f3c57f5b Mon Sep 17 00:00:00 2001 From: sethkfman Date: Wed, 17 Jan 2024 16:20:33 -0700 Subject: [PATCH] added ref --- .github/workflows/create-cherry-pick-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-cherry-pick-pr.yml b/.github/workflows/create-cherry-pick-pr.yml index b5ed12c0b52..cc4d1abdb06 100644 --- a/.github/workflows/create-cherry-pick-pr.yml +++ b/.github/workflows/create-cherry-pick-pr.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{ github.event.inputs.base-branch }} + ref: ${{ vars.GITHUB_REF }} fetch-depth: 0 token: ${{ secrets.BUG_REPORT_TOKEN }} - name: Get Node.js version