Skip to content

Commit f380057

Browse files
committed
fix github action
Signed-off-by: Godelaine de Montmorillon <[email protected]>
1 parent 1c273e3 commit f380057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snapshot-ci.yml

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

6060
# Build powsybl-core
6161
- name: Checking for powsybl-core snapshot branch
62-
run: ${{ env.SCRIPTS_PATH }}/check_snapshot_branch.sh "https://github.com/powsybl/powsybl-open-loadflow.git" ${{ env.SNAPSHOT_VERSION }}
62+
run: ${{ env.SCRIPTS_PATH }}/check_snapshot_branch.sh "https://github.com/powsybl/powsybl-core.git" ${{ env.SNAPSHOT_VERSION }}
6363

6464
- name: Checkout core sources
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)