diff --git a/.github/workflows/daily_integration_main-master.yaml b/.github/workflows/daily_integration_main.yaml similarity index 85% rename from .github/workflows/daily_integration_main-master.yaml rename to .github/workflows/daily_integration_main.yaml index e6cf117..b4558cc 100644 --- a/.github/workflows/daily_integration_main-master.yaml +++ b/.github/workflows/daily_integration_main.yaml @@ -1,4 +1,4 @@ -name: SDK:main <-> Databroker:master +name: SDK:main <-> Databroker:main on: schedule: @@ -20,5 +20,5 @@ jobs: uses: ./.github/actions/run-tests with: upload-test-reports: true - databroker-version: master + databroker-version: main kotest-tag: "Integration" diff --git a/README.md b/README.md index f2d131b..3dc320a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Gitter](https://img.shields.io/gitter/room/kuksa-val/community)](https://gitter.im/kuksa-val/community) -[![SDK:main <-> Databroker:master](https://github.com/eclipse-kuksa/kuksa-java-sdk/actions/workflows/daily_integration_main-master.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-java-sdk/actions/workflows/daily_integration_main-master.yaml?query=branch%3Amain) +[![SDK:main <-> Databroker:main](https://github.com/eclipse-kuksa/kuksa-java-sdk/actions/workflows/daily_integration_main.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-java-sdk/actions/workflows/daily_integration_main.yaml?query=branch%3Amain) This is a Java SDK for the [KUKSA Vehicle Abstraction Layer](https://github.com/eclipse-kuksa/kuksa-databroker).