Skip to content

Commit

Permalink
Fix current branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 30, 2023
1 parent 9cc4676 commit dc98437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--repo "$env:GITHUB_REPOSITORY" `
--json baseRefName,headRefName `
--jq '
map(select(.baseRefName == "main" and .headRefName == $env:github_ref_name))
map(select(.baseRefName == "main" and .headRefName == "${{ github_ref_name }}"))
| length
')
if ($prs -gt 0) {
Expand Down

0 comments on commit dc98437

Please sign in to comment.