File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v1
21
21
with :
22
22
repository : powsybl/powsybl-network-store
23
- ref : refs/heads/master
23
+ ref : refs/heads/main
24
24
25
25
- name : Build and install network store client with Maven
26
26
run : mvn --batch-mode -Pclient -DskipTests=true --file ../powsybl-network-store/pom.xml install
42
42
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
43
43
44
44
- name : Build Docker image
45
- if : github.ref == 'refs/heads/master '
45
+ if : github.ref == 'refs/heads/main '
46
46
run : >
47
47
mvn --batch-mode deploy -DskipTests -Dmaven.install.skip -Dmaven.deploy.skip -Dpowsybl.docker.deploy
48
48
-Djib.httpTimeout=60000
51
51
-Djib.to.auth.password=${{ secrets.DOCKERHUB_TOKEN }}
52
52
53
53
- name : Broadcast update event
54
- if : github.ref == 'refs/heads/master '
55
- uses : gridsuite/broadcast-event@master
54
+ if : github.ref == 'refs/heads/main '
55
+ uses : gridsuite/broadcast-event@main
56
56
with :
57
57
token : ${{ secrets.REPO_ACCESS_TOKEN }}
58
58
event-type : geo_data_updated
You can’t perform that action at this time.
0 commit comments