Skip to content

Commit

Permalink
+8
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Sep 1, 2024
1 parent 77f8714 commit ff50192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ jobs:
$exec_list += [PSCustomObject]@{
'!id' = $pr_num;
'subm_name' = $subm.name;
'org_repo' = $subm.repo;
'org_repo' = $subm.repo;
'fork_repo' = "SunSerega/$($subm.name)";
'pr_num' = $pr_num;
'pr_num' = $pr_num;
}
}
Expand Down

0 comments on commit ff50192

Please sign in to comment.