mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Update bjw-s/helm-charts-actions digest to 7f5bb8e (#5)
* Update bjw-s/helm-charts-actions digest to 7f5bb8e * CI: There was one typo --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
This commit is contained in:
parent
f774192b82
commit
d75cbf85e2
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
if: |
|
||||
always()
|
||||
name: Lint successful
|
||||
runs-on: ["self-hosted", "X64"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check lint matrix status
|
||||
if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }}
|
||||
|
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Collect charts to release
|
||||
uses: bjw-s/helm-charts-actions/collect-charts@c61e917e16b98e3555ae39785d581a32fb0895cc
|
||||
uses: bjw-s/helm-charts-actions/collect-charts@7f5bb8e9ebf1b822538f7fa19ca7d1af5291fd90
|
||||
id: collect-charts
|
||||
with:
|
||||
repoConfigFile: ./.ci/repo-config.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user