fix(docs): fix links (#3362)

* fix(docs): fix links

* update report to charts

* update some references from apps -> charts
This commit is contained in:
Stavros Kois
2022-08-09 00:57:58 +03:00
committed by GitHub
parent ac9cc7f736
commit 7cd258678f
14 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ jobs:
- uses: vishnudxb/cancel-workflow@c3c77eb4383ba7d023e6614a07d94fe990501ac6 # tag=v1.2
if: failure()
with:
repo: truecharts/apps
repo: truecharts/charts
workflow_id: ${{ github.run_id }}
access_token: ${{ github.token }}
+1 -1
View File
@@ -321,6 +321,6 @@ jobs:
- uses: vishnudxb/cancel-workflow@c3c77eb4383ba7d023e6614a07d94fe990501ac6 # tag=v1.2
if: failure()
with:
repo: truecharts/apps
repo: truecharts/chart
workflow_id: ${{ github.run_id }}
access_token: ${{ github.token }}
+1 -1
View File
@@ -409,6 +409,6 @@ jobs:
- uses: vishnudxb/cancel-workflow@c3c77eb4383ba7d023e6614a07d94fe990501ac6 # tag=v1.2
if: failure()
with:
repo: truecharts/apps
repo: truecharts/charts
workflow_id: ${{ github.run_id }}
access_token: ${{ github.token }}
+1 -1
View File
@@ -88,5 +88,5 @@ jobs:
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add --all
git commit -sm "Commit bumped App Version" || exit 0
git commit -sm "Commit bumped Chart Version" || exit 0
git push