Try internal github-server-url
Some checks failed
Publish / build-and-push (push) Successful in 4m3s
Publish / update-helm-chart (push) Failing after 36s

This commit is contained in:
Jack Jackson 2025-04-06 22:24:31 -07:00
parent 33191d57d7
commit da60e089cb

View File

@ -53,13 +53,16 @@ jobs:
update-helm-chart: update-helm-chart:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs:
- build-and-push
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: scubbo/helm-charts repository: scubbo/helm-charts
path: helm-charts path: helm-charts
github-server-url: https://gitea.scubbo.org github-server-url: http://gitea.avril
- name: Update - name: Update
run: | run: |