Skip to content

Commit

Permalink
Use inputs.repo in the error message instead of hard coded "Open-Sour…
Browse files Browse the repository at this point in the history
…ce-Orchard-Core-Extensions"
  • Loading branch information
sarahelsaig committed Jun 9, 2022
1 parent 7a1590c commit d494a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
$issueCode = $Env:PULL_REQUEST_TITLE -replace '^\s*(\w+-\d+)\s*:.*$', '$1'
$lookFor = "${issueCode}:"
if (($titles | ? { $_ -and $_.Trim().StartsWith($lookFor) }).Count -gt 0) { exit 0 }
Set-Failed "Couldn't find any Open-Source-Orchard-Core-Extensions pull request whose title starts with `"$lookFor`". Please create one."
Set-Failed "Couldn't find any pull request whose title starts with `"$lookFor`" in ${{ inputs.repo }}. Please create one."

0 comments on commit d494a25

Please sign in to comment.