Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 committed Dec 4, 2023
1 parent 01bce42 commit e925c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
else
echo "branches=[
{
\"extension_branch\"":\"BABEL_3_X_DEV\",
\"extension_branch\":\"BABEL_3_X_DEV\",
\"engine_branch\":\"BABEL_3_X_DEV__PG_15_X\"
},
{
\"extension_branch\"":\"BABEL_2_X_DEV\",
\"extension_branch\":\"BABEL_2_X_DEV\",
\"engine_branch\":\"BABEL_2_X_DEV__PG_14_X\"
}
]" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e925c38

Please sign in to comment.