Skip to content

Commit

Permalink
Provide a Scope per server call (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil committed Jan 21, 2025
1 parent 09f624a commit e747232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ jobs:

- uses: actions/checkout@v4
with:
repository: khajavi/FrameworkBenchmarks
repository: zio/FrameworkBenchmarks
path: FrameworkBenchMarks

- id: result
Expand Down Expand Up @@ -965,7 +965,7 @@ jobs:

- uses: actions/checkout@v4
with:
repository: khajavi/FrameworkBenchmarks
repository: zio/FrameworkBenchmarks
path: FrameworkBenchMarks

- id: result
Expand Down
2 changes: 1 addition & 1 deletion project/BenchmarkWorkFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object BenchmarkWorkFlow {
WorkflowStep.Use(
UseRef.Public("actions", "checkout", s"v4"),
Map(
"repository" -> "khajavi/FrameworkBenchmarks",
"repository" -> "zio/FrameworkBenchmarks",
"path" -> "FrameworkBenchMarks",
),
),
Expand Down

0 comments on commit e747232

Please sign in to comment.