[CI] Fix deprecation warning (#136)

This commit is contained in:
Bernd Schörgers 2020-11-10 16:48:35 +01:00 committed by GitHub
parent 5ce3ff0bc1
commit 8946802950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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