ci: Move actions to separate repo (#29)

* ci: Move actions to separate repo
* ci: Remove dependency on main branch
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-08-12 11:28:14 +02:00 committed by GitHub
parent 19f964cc3c
commit 567ba7650a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 10 additions and 77582 deletions

View file

@ -36,13 +36,13 @@ jobs:
ref: ${{ inputs.checkoutCommit }}
- name: Verify chart version
uses: ./.github/actions/verify-chart-version
uses: bjw-s/helm-charts-actions/verify-chart-version@main
id: verify-chart-version
with:
chart: "charts/${{ matrix.chart }}"
- name: Verify chart changelog
uses: ./.github/actions/verify-chart-changelog
uses: bjw-s/helm-charts-actions/verify-chart-changelog@main
if: inputs.isRenovatePR != 'true'
id: verify-chart-changelog
with: