Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Sep 4, 2024
1 parent 5dad5f6 commit 9d0b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9d0b34e

Please sign in to comment.