Skip to content

Commit 1a877e8

Browse files
Fix bug in forked repo name for spack build (#3875)
1 parent 2733e93 commit 1a877e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
# Use a fork, not the main repo
350350
# If in merge_group mode, the branch should be created in the main repo
351351
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
352-
sed -i -e 's,charmplusplus/charm.git,${{github.event.pull_request.head.repo.full_name}},' var/spack/repos/builtin/packages/charmpp/package.py
352+
sed -i -e 's,UIUC-PPL/charm.git,${{github.event.pull_request.head.repo.full_name}},' var/spack/repos/builtin/packages/charmpp/package.py
353353
fi
354354
355355
# Compile with debug symbols

0 commit comments

Comments
 (0)