Skip to content

Commit 738403c

Browse files
authored
Merge pull request #24 from ldetmer/ldetmer-patch-9
fix: Update pr-ready.sh
2 parents 7eb346b + d313609 commit 738403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-ready/pr-ready.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ merge_pr() {
1919
local response=$(curl -s -H "Authorization: token $token" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/$REPO/pulls/$pr_number")
2020
# Check if the PR is mergeable
2121
if jq -e '.mergeable' <<< "$response" > /dev/null; then
22-
${_PR} = "https://api.github.com/repos/$REPO/pulls/$pr_number"
22+
${_PR}="https://api.github.com/repos/$REPO/pulls/$pr_number"
2323
else
2424
echo "PR #$pr_number is not mergeable"
2525
sleep 60

0 commit comments

Comments
 (0)