Skip to content

Commit d8cf857

Browse files
authored
chore: lowercase GitHub organisation name (#52)
1 parent 9b8c95b commit d8cf857

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 #v3.0.0
7676
with:
7777
token: ${{ secrets.REPO_ACCESS_TOKEN }}
78-
repository: TibiaData/tibiadata-argocd-app-of-apps
78+
repository: tibiadata/tibiadata-argocd-app-of-apps
7979
event-type: bump-tibiadata-helm-chart-versions
8080
client-payload: '{"chart_name": "${{ steps.get_chart_versions.outputs.name }}", "chart_version": "${{ steps.get_chart_versions.outputs.version }}"}'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TibiaData Helm Charts
22

3-
[![Release Status](https://github.com/TibiaData/tibiadata-helm-charts/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/TibiaData/tibiadata-helm-charts/actions)
4-
[![GitHub license](https://img.shields.io/github/license/TibiaData/tibiadata-helm-charts)](https://github.com/TibiaData/tibiadata-helm-charts/blob/main/LICENSE)
3+
[![Release Status](https://github.com/tibiadata/tibiadata-helm-charts/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/tibiadata/tibiadata-helm-charts/actions)
4+
[![GitHub license](https://img.shields.io/github/license/tibiadata/tibiadata-helm-charts)](https://github.com/tibiadata/tibiadata-helm-charts/blob/main/LICENSE)
55

66
TibiaData Helm charts for deploying into Kubernetes.
77

@@ -25,5 +25,5 @@ Tibia is a registered trademark of [CipSoft GmbH](https://www.cipsoft.com/en/).
2525

2626
## Credits
2727

28-
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert)[List of contributors](https://github.com/TibiaData/tibiadata-helm-charts/graphs/contributors)
28+
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert)[List of contributors](https://github.com/tibiadata/tibiadata-helm-charts/graphs/contributors)
2929
- Distributed under [MIT License](LICENSE)

charts/tibiadata-api-go/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ maintainers:
1010
url: https://tobiasehlert.github.io
1111
email: tobias@tibiadata.com
1212
sources:
13-
- https://github.com/TibiaData/tibiadata-api-go
14-
- https://github.com/TibiaData/tibiadata-helm-charts
13+
- https://github.com/tibiadata/tibiadata-api-go
14+
- https://github.com/tibiadata/tibiadata-helm-charts
1515
keywords:
1616
- api
1717
- tibia
1818
- tibiadata
1919
- tibiadata-api
2020
- tibiadata-api-go
2121
type: application
22-
version: 1.2.16
22+
version: 1.2.17
2323
appVersion: 4.4.0

0 commit comments

Comments
 (0)