Skip to content

Commit

Permalink
Update repair-pr-title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas authored May 30, 2023
1 parent bb09b18 commit 8bb7a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repair-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PR="$(curl \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"${PR_API_URL}")
"${PR_API_URL}")"
echo "PR: $PR"
# This will be a JSON-quoted string. We do _not_ strip the quotes.
Expand Down

0 comments on commit 8bb7a30

Please sign in to comment.