We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c273e3 commit f380057Copy full SHA for f380057
1 file changed
.github/workflows/snapshot-ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Build powsybl-core
61
- 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 }}
+ run: ${{ env.SCRIPTS_PATH }}/check_snapshot_branch.sh "https://github.com/powsybl/powsybl-core.git" ${{ env.SNAPSHOT_VERSION }}
63
64
- name: Checkout core sources
65
uses: actions/checkout@v4
0 commit comments