Skip to content

Commit 728dfed

Browse files
author
petlenz
committed
change to Owner/Repo format
1 parent 760a2db commit 728dfed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/checkout@v4
3232
with:
33-
repository: https://github.com/NumSim-Stack/numsim-cas.git
33+
repository: NumSim-Stack/numsim-cas
3434
ref: move_to_virtual
3535
path: numsim-cas-src
3636

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Check out numsim-cas alongside
2121
- uses: actions/checkout@v4
2222
with:
23-
repository: https://github.com/NumSim-Stack/numsim-cas.git
23+
repository: NumSim-Stack/numsim-cas
2424
ref: move_to_virtual
2525
path: numsim-cas-src
2626

0 commit comments

Comments
 (0)