Set the default value of the linefullpath parameter to false (#74) #335
This file contains hidden or 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-backend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb | |
with: | |
dockerImage: docker.io/gridsuite/study-config-server | |
dockerUsername: gridsuiteci | |
eventType: study_config_server_updated | |
secrets: | |
sonar-token: ${{ secrets.SONAR_TOKEN }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |