You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pin-browsers.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ jobs:
48
48
echo "::notice::PR #$existing already exists"
49
49
pr="$existing"
50
50
else
51
-
pr=$(gh pr create \
51
+
pr_url=$(gh pr create \
52
52
--head pinned-browser-updates \
53
53
--base trunk \
54
54
--title "[dotnet][rb][java][js][py] Automated Browser Version Update" \
55
-
--body $'This is an automated pull request to update pinned browsers and drivers\n\nMerge after verify the new browser versions properly passing the tests and no bugs need to be filed' \
56
-
--json number --jq '.number')
55
+
--body $'This is an automated pull request to update pinned browsers and drivers\n\nMerge after verify the new browser versions properly passing the tests and no bugs need to be filed')
0 commit comments