From 9d0b34ecc071f6b71adb2117c78135900277cecc Mon Sep 17 00:00:00 2001 From: Tyler Butler Date: Wed, 4 Sep 2024 14:48:55 -0700 Subject: [PATCH] fix --- .github/workflows/release-approval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-approval.yml b/.github/workflows/release-approval.yml index c01fab0efdda..8d18175b745a 100644 --- a/.github/workflows/release-approval.yml +++ b/.github/workflows/release-approval.yml @@ -95,8 +95,8 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} result-encoding: string + # Gets the head commit of the PR script: | - # Gets the head commit of the PR const { data: pr } = await github.pulls.get({ owner: context.repo.owner, repo: context.repo.repo,