Skip to content

Commit

Permalink
fix: mock context to enable status_checks (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehesi97 authored May 5, 2023
1 parent 8af0493 commit 50f62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for repository in "${REPOSITORIES[@]}"; do
required_status_checks:{
strict: $requiredStatusChecks,
checks: [{
context: "",
context: "tests",
app_id: -1
}]
},
Expand Down

0 comments on commit 50f62b4

Please sign in to comment.