Skip to content

Commit

Permalink
Revision dce02a7
Browse files Browse the repository at this point in the history
  • Loading branch information
qawolf-team committed Jun 19, 2024
1 parent 23114c5 commit 33be6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59111,7 +59111,7 @@ async function getBranchIdIdForGitBranch({ gitBranch, log, qawolfApiKey, }) {
variables: {
where: {
deployment_branches: {
contains: gitBranch,
equals: gitBranch,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/getEnvironmentIdForBranch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function getBranchIdIdForGitBranch({
variables: {
where: {
deployment_branches: {
contains: gitBranch,
equals: gitBranch,
},
},
},
Expand Down

0 comments on commit 33be6eb

Please sign in to comment.