We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa60a0 commit 48fc972Copy full SHA for 48fc972
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v1
19
with:
20
repository: powsybl/powsybl-network-store
21
- ref: refs/heads/master
+ ref: refs/heads/main
22
23
- name: Build and install network store client with Maven
24
run: mvn --batch-mode -Pclient -DskipTests=true --file ../powsybl-network-store/pom.xml install
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Broadcast update event
52
if: github.ref == 'refs/heads/main'
53
- uses: gridsuite/broadcast-event@master
+ uses: gridsuite/broadcast-event@main
54
55
token: ${{ secrets.REPO_ACCESS_TOKEN }}
56
event-type: dynamic_mapping_server_updated
0 commit comments