Add optional parameter to get complete data of modifications in a composite modification. #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
jobs: | |
build: | |
uses: powsybl/github-ci/.github/workflows/build-generic.yml@07ff8aa16a298b7d735d50883f6f723d84d87a55 | |
with: | |
sonarOrganization: gridsuite | |
sonarProjectKey: org.gridsuite:network-modification-server | |
dockerImage: docker.io/gridsuite/network-modification-server | |
dockerUsername: gridsuiteci | |
eventType: network_modification_server_updated | |
secrets: | |
sonar-token: ${{ secrets.SONAR_TOKEN }} | |
docker-token: ${{ secrets.DOCKERHUB_TOKEN }} | |
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |