mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[CI] Fix deprecation warning (#136)
This commit is contained in:
parent
5ce3ff0bc1
commit
8946802950
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
- name: Fetch history
|
- name: Fetch history
|
||||||
run: |
|
run: |
|
||||||
git fetch --prune --unshallow;
|
git fetch --prune --unshallow;
|
||||||
echo ::set-env name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})
|
echo "commitmsg=$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
id: lint
|
id: lint
|
||||||
uses: helm/chart-testing-action@v1.0.0
|
uses: helm/chart-testing-action@v1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user